/usr/local/CPAN/Getopt-Param/Makefile.PL


use strict;
use warnings;
use ExtUtils::MakeMaker;

WriteMakefile(
    NAME                => 'Getopt::Param',
    AUTHOR              => 'Daniel Muey <http://drmuey.com/cpan_contact.pl>',
    VERSION_FROM        => 'lib/Getopt/Param.pm',
    ABSTRACT_FROM       => 'lib/Getopt/Param.pm',
    PL_FILES            => {},
    PREREQ_PM => {
        'Test::More'               => 0,
        'version'                  => 0,
        'Locale::Maketext::Pseudo' => 0,
        'Class::Std'               => 0,
        'Class::Std::Utils'        => 0,
    },
    dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
    clean               => { FILES => 'Getopt-Param-*' },
);