use 5.006; use strict; use warnings; use ExtUtils::MakeMaker; WriteMakefile( NAME => 'Netio230B', AUTHOR => q{Tobias Maier }, VERSION_FROM => 'lib/Netio230B.pm', ABSTRACT_FROM => 'lib/Netio230B.pm', ($ExtUtils::MakeMaker::VERSION >= 6.3002 ? ('LICENSE'=> 'bsd') : ()), PL_FILES => {}, PREREQ_PM => { 'Test::More' => 0, }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'Netio230B-*' }, );