B-Hooks-EndOfScope

 view release on metacpan or  search on metacpan

dist.ini  view on Meta::CPAN

-remove = MinimumPerl           ; 5.8.4 is hardcoded as the minimum in ::XS
-remove = Test::MinimumVersion  ; ""
authority = cpan:FLORA
Git::Tag.tag_format = %v
Test::Version.has_version = 0   ; for internal modules (FIXME: new option forthcoming)
AutoPrereqs.finder = :MainModule    ; only look in main module for runtime prereqs
AutoPrereqs.skip[0] = ^B::Hooks::EndOfScope
AutoPrereqs.skip[1] = ^Devel::Hide$
Test::ReportPrereqs.include[0] = DynaLoader
Test::ReportPrereqs.include[1] = Module::Runtime
Test::ReportPrereqs.include[2] = Try::Tiny

[Prereqs]
perl = 5.006001
Scalar::Util = 0

; authordep Dist::Zilla::Plugin::SurgicalPodWeaver

[Prereqs / RuntimeSuggests]
Variable::Magic = 0.48          ; for the XS implementation

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

my @include = qw(
  Encode
  File::Temp
  JSON::PP
  Module::Runtime
  Sub::Name
  YAML
  autodie
  DynaLoader
  Module::Runtime
  Try::Tiny
);

my @exclude = qw(

);

# Add static prereqs to the included modules list
my $static_prereqs = do './t/00-report-prereqs.dd';

# Merge all prereqs (either with ::Prereqs or a hashref)



( run in 0.310 second using v1.01-cache-2.11-cpan-05444aca049 )