1 use ExtUtils::MakeMaker;
2 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
3 # the contents of the Makefile that is written.
6 'dist' => { COMPRESS => gzip, SUFFIX => '.gz'},
7 'VERSION_FROM' => 'Grutatxt.pm',
8 'EXE_FILES' => [ 'grutatxt', 'pod2grutatxt' ],
9 'INSTALLSCRIPT' => '/usr/local/bin',