New function set, to set a variable to a value.
[artemus.git] / Makefile.PL
blob0c355e8d2381ef07e3f2ca11314392e467228d68
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'      => 'Artemus.pm',
8     'EXE_FILES'         => [ 'artemus' ],
9     'INSTALLSCRIPT'     => '/usr/local/bin',