"Fossies" - the Fresh Open Source Software Archive 
Member "Grutatxt-2.20/Makefile.PL" (5 May 2015, 365 Bytes) of package /linux/www/Grutatxt-2.20.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Perl source code syntax highlighting (style:
standard) with prefixed line numbers and
code folding option.
Alternatively you can here
view or
download the uninterpreted source code file.
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',
10 );