1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
do { my $x = {
'configure' => {
'requires' => {
'ExtUtils::MakeMaker' => '6.78'
}
},
'develop' => {
'requires' => {
'Encode' => '0',
'Test::More' => '0',
'Test::Pod' => '1.41'
}
},
'runtime' => {
'requires' => {
'Carp' => '0',
'List::Util' => '1.45',
'Module::Runtime' => '0',
'Moo' => '1.004003',
'Moo::Role' => '0',
'MooX::StrictConstructor' => '0',
'Package::Variant' => '1.002000',
'Plack' => '0.9967',
'Plack::Util' => '0',
'StackTrace::Auto' => '0',
'Sub::Exporter' => '0',
'Sub::Exporter::Util' => '0',
'Throwable' => '0.102080',
'Type::Tiny' => '0',
'Type::Utils' => '0',
'Types::Standard' => '0',
'namespace::clean' => '0',
'overload' => '0',
'perl' => '5.012',
'strict' => '0',
'warnings' => '0'
}
},
'test' => {
'recommends' => {
'CPAN::Meta' => '2.120900'
},
'requires' => {
'ExtUtils::MakeMaker' => '0',
'File::Spec' => '0',
'HTTP::Request::Common' => '0',
'Plack::Builder' => '0',
'Plack::Test' => '0',
'Scalar::Util' => '0',
'Test::Deep' => '0',
'Test::Fatal' => '0.003',
'Test::More' => '0.96',
'base' => '0',
'lib' => '0'
}
}
};
$x;
}
|