• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

examples/H03-Oct-2013-11

extras/H03-May-2022-

lib/Net/MAC/H03-Oct-2013-384114

t/H03-Oct-2013-411309

ChangesH A D03-Oct-20132.2 KiB7759

LICENSEH A D03-Oct-201365 11

MANIFESTH A D03-Oct-2013574 2928

META.jsonH A D03-Oct-2013712 3130

META.ymlH A D03-Oct-2013481 2019

MYMETA.jsonH A D03-Oct-2013712 3130

MYMETA.ymlH A D03-Oct-2013481 2019

Makefile.PLH A D03-Oct-2013749 3325

READMEH A D03-Oct-2013830 3120

README

1# $Id$
2
3Install this module using the normal Perl module installation steps.
4
5    perl Makefile.PL
6    make
7    make test # see note below
8    make install
9
10If you want to read the module documentation before you install the
11module, try:
12
13	perldoc lib/Vendor.pm
14
15After you install the module, you can read the documentation like
16any other Perl module.
17
18	perldoc Net::MAC::Vendor
19
20This distribution comes with a OUI data file in extras/, although I
21make no attempt to keep it up to date. Although the data should not
22change, it may not be complete. Although I use this for testing,
23you should probably get the latest version when you can.
24
25	http://standards.ieee.org/regauth/oui/oui.txt
26
27The source is in Github:
28
29	git://github.com/briandfoy/net--mac--vendor.git
30
31Feel free to send me feedback---brian d foy <bdfoy@cpan.org>