Fixed a typo in Artemus save_user.
[gruta.git] / Makefile.PL
blobbd1c4f886552fd40529d6106810b3435d337819f
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'              => 'Gruta',
6     'dist'              => { COMPRESS => gzip, SUFFIX => '.gz'},
7     'VERSION_FROM'      => 'Gruta.pm',
8 );