Devel-REPL-Plugin-ModuleAutoLoader

 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             => 'Devel::REPL::Plugin::ModuleAutoLoader',
    AUTHOR           => q{James Ronan <james@ronanweb.co.uk>},
    VERSION_FROM     => 'lib/Devel/REPL/Plugin/ModuleAutoLoader.pm',
    ABSTRACT_FROM    => 'lib/Devel/REPL/Plugin/ModuleAutoLoader.pm',
    LICENSE          => 'perl_5',
    PL_FILES         => {},
    MIN_PERL_VERSION => 5.006,
    CONFIGURE_REQUIRES => {
        'ExtUtils::MakeMaker' => 0,
    },
    BUILD_REQUIRES => {
        'Test::More' => 0,
    },
    PREREQ_PM => {
        'Devel::REPL::Plugin' => 0,
    },
    dist  => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
    clean => { FILES => 'Devel-REPL-Plugin-ModuleAutoLoader-*' },
);



( run in 0.632 second using v1.01-cache-2.11-cpan-5a3173703d6 )