|
do { my $x = {
'configure' => {
'requires' => {
'ExtUtils::MakeMaker' => '0'
}
},
'develop' => {
'requires' => {
'Pod::Coverage::TrustPod' => '0',
'Test::CPAN::Changes' => '0.19',
'Test::More' => '0.88',
'Test::NoTabs' => '0',
'Test::Pod' => '1.41',
'Test::Pod::Coverage' => '1.08',
'Test::Spelling' => '0.12'
}
},
'runtime' => {
'requires' => {
'Carp' => '0',
'Module::Runtime' => '0.012',
'Try::Tiny' => '0',
'strict' => '0',
'warnings' => '0'
}
},
'test' => {
'recommends' => {
'CPAN::Meta' => '2.120900'
},
'requires' => {
'ExtUtils::MakeMaker' => '0',
'File::Spec' => '0',
'IO::Handle' => '0',
'IPC::Open3' => '0',
'Test::Fatal' => '0.006',
'Test::More' => '0.88',
'Test::Requires' => '0',
'lib' => '0',
'perl' => '5.006'
}
}
};
$x;
}
|