use inc::Module::Install; name('Net-Address-Ethernet'); version_from('lib/Net/Address/Ethernet.pm'); author('Martin Thurn '); 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__