/usr/local/CPAN/Class-CodeStyler/Makefile.PL
use 5.004;
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
NAME => 'Class::CodeStyler',
VERSION_FROM => 'lib/Class/CodeStyler.pm',
PREREQ_PM => { Class::STL::Containers => 0.34 },
dist =>
{
SUFFIX => ".gz",
DIST_DEFAULT => 'all tardist',
COMPRESS => "gzip -9vf",
# TARFLAGS => '--owner=root --group=users cvf'
},
($] >= 5.005 ? ## Add these new keywords supported since 5.005
(ABSTRACT_FROM => 'docs/class-codestyler.pod', # retrieve abstract from module
AUTHOR => 'm gaffiero <gaffie@users.sourceforge.net>') : ()),
);