New command '&' to generate arrayrefs.
[artemus.git] / Makefile.PL
blob322c924451a82e5668040ff7932e8ca63c3f6aa2
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'              => 'Artemus',
6     'dist'              => { COMPRESS => gzip, SUFFIX => '.gz'},
7     'VERSION_FROM'      => 'Artemus4.pm',
8     'EXE_FILES'         => [ 'artemus', 'art5' ],
9     'INSTALLSCRIPT'     => '/usr/local/bin',