ACME-MyFirstModule-SETHS

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

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

WriteMakefile(
    NAME             => 'ACME::MyFirstModule::SETHS',
    AUTHOR           => q{Seth Surchin <sas0199@gmail.com>},
    VERSION_FROM     => 'lib/ACME/MyFirstModule/SETHS.pm',
    ABSTRACT_FROM    => 'lib/ACME/MyFirstModule/SETHS.pm',
    LICENSE          => 'artistic_2',
    PL_FILES         => {},
    MIN_PERL_VERSION => 5.006,
    CONFIGURE_REQUIRES => {
        'ExtUtils::MakeMaker' => 0,
    },
    BUILD_REQUIRES => {
        'Test::More' => 0,
    },
    PREREQ_PM => {
        #'ABC'              => 1.6,
        #'Foo::Bar::Module' => 5.0401,
    },
    dist  => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
    clean => { FILES => 'ACME-MyFirstModule-SETHS-*' },
);

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 0.639 second using v1.00-cache-2.02-grep-82fe00e-cpan-cec75d87357c )