use ExtUtils::MakeMaker; # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. mkdir test; print <','t/tarprog' or die "Cannot write t/tarprog, $!"; print TPROG $tar,"\n"; close TPROG; WriteMakefile( NAME => 'Archive::Tar::Streamed', VERSION_FROM => 'lib/Archive/Tar/Streamed.pm', # finds $VERSION AUTHOR => 'I. Williams (bitumen@xemaps.com)', ABSTRACT_FROM => 'lib/Archive/Tar/Streamed.pm', PREREQ_PM => { 'Test::Simple' => 0.44, 'Archive::Tar' => 1.00, }, );