Acme-MathProfessor-RandomPrime

 view release on metacpan or  search on metacpan

META.yml  view on Meta::CPAN

--- #YAML:1.0
name:               Acme-MathProfessor-RandomPrime
version:            2009121001
abstract:           Pick a random prime number
author:
    - Abigail <cpan@abigail.be>
license:            mit
distribution_type:  module
configure_requires:
    ExtUtils::MakeMaker:  0
    strict:               0
    Test::More:           0
    Test::NoWarnings:     0
    warnings:             0
build_requires:
    ExtUtils::MakeMaker:  0
    strict:               0
    Test::More:           0
    Test::NoWarnings:     0

Makefile.PL  view on Meta::CPAN

        },
        keywords         => [qw [ ]],
    },
);

$args {META_MERGE} {build_requires} ||= {
    'ExtUtils::MakeMaker' =>  0,
    %{$args {META_MERGE} {test_requires}}
};

$args {META_MERGE} {configure_requires} ||=
       $args {META_MERGE} {build_requires};


my %filter = (
    MIN_PERL_VERSION     => '6.48',
    LICENSE              => '6.48',
    META_MERGE           => '6.46',
    AUTHOR               => '6.07',
    ABSTRACT_FROM        => '6.07',
);



( run in 0.487 second using v1.01-cache-2.11-cpan-0a6323c29d9 )