Apache-AxKit-Plugin-Upload
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
BEGIN { require 5.006; }
WriteMakefile(
'NAME' => 'Apache::AxKit::Plugin::Upload',
'AUTHOR' => 'Joerg Walter <jwalt@cpan.org>',
'ABSTRACT' => 'upload tracking for AxKit',
'VERSION_FROM' => 'lib/Apache/AxKit/Plugin/Upload.pm', # finds $VERSION
'PREREQ_PM' => {
AxKit => "1.6",
},
'dist' => {
COMPRESS =>"gzip -9",
SUFFIX =>"gz",
},
);
( run in 1.793 second using v1.01-cache-2.11-cpan-b16cb0d3907 )