AnyEvent-Impl-Prima

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

(my $distname = $module) =~ s!::!-!g;
my $content = do { local(*ARGV,$/)=[$main_file]; <> };

# I should maybe use something like Shipwright...
regen_README($main_file);
#regen_EXAMPLES();

(my $main_version)
    = $content =~ m/ [^\n]* \$VERSION \s* = [^=] '([\d_.]+) [^\n]+ /gxms;

my @tests = map { glob $_ } 't/*.t', 't/*/*.t';

my %module = (
    NAME                => $module,
    AUTHOR              => q{Max Maischein <corion@cpan.org>},
    VERSION_FROM        => $main_file,
    ABSTRACT_FROM       => $main_file,
    META_MERGE => {
        "meta-spec" => { version => 2 },
        resources => {
            repository => {



( run in 0.500 second using v1.01-cache-2.11-cpan-49f99fa48dc )