use strict; use warnings; use ExtUtils::MakeMaker; WriteMakefile ( NAME => 'feedGnuplot', AUTHOR => q{Dima Kogan }, VERSION_FROM => 'bin/feedGnuplot', ABSTRACT_FROM => 'bin/feedGnuplot', ($ExtUtils::MakeMaker::VERSION >= 6.3002 ? ('LICENSE' => 'perl') : ()), PL_FILES => {}, EXE_FILES => [ 'bin/feedGnuplot' ], PREREQ_PM => { 'Test::Script::Run' => 0 , 'List::MoreUtils' => 0}, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'feedGnuplot-*' }, ); # reroute the main POD into a separate README.pod open SCRIPT, 'bin/feedGnuplot' or die "Couldn't open main script"; open README, '>README.pod' or die "Couldn't open README.pod"; while(