Updated art6 ideas.
[artemus.git] / Makefile.PL
blobe705b36eb6ce676fcb723c4a23c03fdcde21e233
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'      => 'Art5.pm',
8     'EXE_FILES'         => [ 'artemus', 'art5' ],
9     'INSTALLSCRIPT'     => '/usr/local/bin',