Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 41240ad06bcb6f6849b71a3dd0c84a61 > files > 10

perl-Net-MAC-Vendor-1.200.0-2.mga4.noarch.rpm

# $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>