|
do { my $x = {
'configure' => {
'requires' => {
'ExtUtils::MakeMaker' => '6.17',
'perl' => '5.010'
}
},
'develop' => {
'requires' => {
'Dist::Zilla' => '5',
'Dist::Zilla::PluginBundle::NGLENN' => '0',
'File::Spec' => '0',
'File::Temp' => '0',
'IO::Handle' => '0',
'IPC::Open3' => '0',
'Pod::Coverage::TrustPod' => '0',
'Pod::Wordlist' => '0',
'Software::License::Perl_5' => '0',
'Test::CPAN::Meta' => '0',
'Test::MinimumVersion' => '0',
'Test::More' => '0',
'Test::Perl::Critic' => '0',
'Test::Pod' => '1.41',
'Test::Pod::Coverage' => '1.08',
'Test::Portability::Files' => '0',
'Test::Spelling' => '0.12',
'Test::Version' => '1'
}
},
'runtime' => {
'requires' => {
'Carp' => '0',
'Class::Tiny' => '0',
'Exporter::Easy' => '0',
'Getopt::Long' => '2.13',
'Import::Into' => '0',
'Log::Any' => '0',
'Log::Any::Adapter' => '0',
'Path::Tiny' => '0',
'Pod::Usage' => '0',
'Text::Table' => '0',
'XSLoader' => '0',
'feature' => '0',
'integer' => '0',
'perl' => 'v5.10.0',
'strict' => '0',
'warnings' => '0'
}
},
'test' => {
'recommends' => {
'CPAN::Meta' => '2.120900'
},
'requires' => {
'ExtUtils::MakeMaker' => '0',
'File::Spec' => '0',
'FindBin' => '0',
'Test::Deep' => '0',
'Test::Exception' => '0',
'Test::LongString' => '0',
'Test::More' => '0.88',
'Test::NoWarnings' => '0',
'perl' => 'v5.10.0'
}
}
};
$x;
}
|