initial
[acme-study-perl.git] / Makefile.PL~
blob4e540f7abbb3600d8a30e63f48b9f05a5f6761cc
1 use strict;
2 use warnings;
3 use ExtUtils::MakeMaker;
5 WriteMakefile(
6     NAME                => 'Acme::Study::Perl',
7     AUTHOR              => 'Andreas König <andreas.koenig.7os6VVqR@franz.ak.mind.de>',
8     VERSION_FROM        => 'lib/Acme/Study/Perl.pm',
9     ABSTRACT_FROM       => 'lib/Acme/Study/Perl.pm',
10     PL_FILES            => {},
11     PREREQ_PM => {
12         'Test::More' => 0,
13     },
14     dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
15     clean               => { FILES => 'Acme-Study-Perl-*' },