CPAN-FindDependencies
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
use ExtUtils::MakeMaker;
use Config;
WriteMakefile(
NAME => 'CPAN::FindDependencies',
META_MERGE => {
license => 'open_source',
resources => {
repository => 'https://github.com/DrHyde/perl-modules-CPAN-FindDependencies',
bugtracker => 'https://github.com/DrHyde/perl-modules-CPAN-FindDependencies/issues'
},
},
VERSION_FROM => 'lib/CPAN/FindDependencies.pm',
EXE_FILES => [qw(
bin/cpandeps
bin/cpandeps-diff
)],
PREREQ_PM => {
'Archive::Tar' => 0,
'Archive::Zip' => 0,
'Capture::Tiny' => 0.05,
'CPAN::Meta' => 0,
'Env::Path' => 0.19,
'Devel::CheckOS' => 1.52,
'Devel::Hide' => 0,
'File::Find::Rule' => 0,
'File::Path' => '2.17',
'File::Temp' => 0.19,
'File::Type' => 0,
'IO::Compress::Bzip2' => 0,
'IO::Uncompress::Bunzip2' => 0,
'LWP::Protocol::https' => 6.09,
'LWP::Simple' => 0,
'Module::CoreList' => '5.20200920',
'Parse::CPAN::Packages' => 2.31,
'Path::Tiny' => '0.150',
'Pod::Perldoc' => 3.23, # some earlier versions whine about groff on Mac
'Scalar::Util' => 1.14,
'Test::Differences' => 0,
'Test::Exception' => 0,
'Test::More' => 0.88, # done_testing
'Test::Time' => 0,
'Text::Diff' => 0,
'URI::file' => 4.13,
$^O eq 'MSWin32' ? ('Win32::Job' => 0,) : (),
},
dist => {
DIST_CP => 'cp',
PREOP => "$Config{perlpath} -Mstrict -w shared/doincludes \$(EXE_FILES) \$(TO_INST_PM)"
}
);
# commented out cos doesn't work on Doze
# package MY;
# sub test {
# my $text = shift->SUPER::test(@_);
# $text =~ s/\t(.*test_harness)/\tHARNESS_OPTIONS=j8 $1/;
# $text;
# }
( run in 1.628 second using v1.01-cache-2.11-cpan-6aa56a78535 )