briandfoy / net--mac--vendor
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
brian d foy (author)
Tue May 12 18:06:45 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
.cvsignore | Tue Aug 31 21:16:02 -0700 2004 | |
| |
.gitignore | ||
| |
.releaserc | ||
| |
Changes | ||
| |
LICENSE | ||
| |
MANIFEST | ||
| |
MANIFEST.SKIP | ||
| |
Makefile.PL | ||
| |
README | ||
| |
examples/ | ||
| |
extras/ | ||
| |
lib/ | ||
| |
t/ |
README
# $Id$
Install this module using the normal Perl module installation steps.
perl Makefile.PL
make
make test # see note below
make install
If you want to read the module documentation before you install the
module, try:
perldoc lib/Vendor.pm
After you install the module, you can read the documentation like
any other Perl module.
perldoc Net::MAC::Vendor
This distribution comes with a OUI data file in extras/, although I
make no attempt to keep it up to date. Although the data should not
change, it may not be complete. Although I use this for testing,
you should probably get the latest version when you can.
http://standards.ieee.org/regauth/oui/oui.txt
The source is in Github:
git://github.com/briandfoy/net--mac--vendor.git
Feel free to send me feedback---brian d foy <bdfoy@cpan.org>
