use inc::Module::Install;

name('Net-Address-Ethernet');
version_from('lib/Net/Address/Ethernet.pm');

author('Martin Thurn <mthurn@cpan.org>');
license('perl');

requires( perl => 5.004 );
requires('Env::Path');
requires('File::Spec');
requires('Net::Domain');
requires('Regexp::Common');
requires('Sys::Hostname');

build_requires('Test::More');
build_requires('Test::Pod');

check_nmake();      # check and download nmake.exe for Win32

&WriteAll;

__END__



syntax highlighted by Code2HTML, v. 0.9.1