Id attributes in <a name> is no longer being generated.
[grutatxt.git] / Makefile.PL
blobdf5a4c6430a3824c9348a47cc5dcea4627471f4f
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' ],
9     'INSTALLSCRIPT'     => '/usr/local/bin',