New file .my-git-push.
[grutatxt.git] / Makefile.PL
blob03214f3a75808fe46f9aafec32fa32428fe25f29
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.
4 WriteMakefile(
5     'NAME'              => 'Grutatxt',
6     'dist'              => { COMPRESS => gzip, SUFFIX => '.gz'},
7     'VERSION_FROM'      => 'Grutatxt.pm',
8     'EXE_FILES'         => [ 'grutatxt', 'pod2grutatxt' ],
9     'INSTALLSCRIPT'     => '/usr/local/bin',