use strict; use warnings; my $version = "0.05"; # for nomake versions use ExtUtils::MakeMaker; WriteMakefile( AUTHOR => 'Cosimo Streppone ', NAME => 'Test::Device::SerialPort', LICENSE => 'perl', ABSTRACT_FROM => 'lib/Test/Device/SerialPort.pm', VERSION_FROM => 'lib/Test/Device/SerialPort.pm', PREREQ_PM => { 'Test::More' => 0, }, META_MERGE => { resources => { repository => 'git://github.com/cosimo/perl5-test-device-serialport.git', bugtracker => 'mailto:bug-test-device-serialport@rt.cpan.org', license => 'http://dev.perl.org/licenses/', }, }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'Test-Device-SerialPort-* *.cfg t/*.cfg' }, realclean => { 'FILES' => "nomake_test nomake_install" }, ); print < $dfile") or die "Can't create $dfile: $!\n"; print DEFAULT < $dfile") or die "Can't create $dfile: $!\n"; print DEFAULT < "\$Config{sitearchexp}/auto/\$FULLEXT/.packlist", write => "\$Config{installsitearch}/auto/\$FULLEXT/.packlist", \$INST_LIB => "\$Config{installsitelib}", },1,0,0); __END__ INST4 close DEFAULT;