Acme-CPANAuthors-Turkish

 view release on metacpan or  search on metacpan

dist.ini  view on Meta::CPAN

[ManifestSkip]
[Manifest]
[License]
[MakeMaker]

[PruneCruft]
[GatherDir]
exclude_filename  = weaver.ini
exclude_match     = Acme-CPANAuthors-Turkish-[0-9]

; metadata
[MetaYAML]
[MetaJSON]

[Keywords]
keywords = acme cpan cpanauthors

[AutoPrereqs]

[Prereqs / Recommended]
-relationship  = recommends

t/00-report-prereqs.t  view on Meta::CPAN

);

# Add dynamic prereqs to the included modules list (if we can)
my ($source) = grep { -f } 'MYMETA.json', 'MYMETA.yml';
if ( $source && $HAS_CPAN_META
    && (my $meta = eval { CPAN::Meta->load_file($source) } )
) {
    $full_prereqs = _merge_prereqs($full_prereqs, $meta->prereqs);
}
else {
    $source = 'static metadata';
}

my @full_reports;
my @dep_errors;
my $req_hash = $HAS_CPAN_META ? $full_prereqs->as_string_hash : $full_prereqs;

# Add static includes into a fake section
for my $mod (@include) {
    $req_hash->{other}{modules}{$mod} = 0;
}

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

( run in 1.053 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )