1do { my $x = { 2 'configure' => { 3 'requires' => { 4 'ExtUtils::MakeMaker' => '6.17', 5 'perl' => '5.008001' 6 }, 7 'suggests' => { 8 'JSON::PP' => '2.27300' 9 } 10 }, 11 'develop' => { 12 'requires' => { 13 'Dist::Zilla' => '5', 14 'Dist::Zilla::Plugin::MinimumPerl' => '0', 15 'Dist::Zilla::Plugin::OnlyCorePrereqs' => '0', 16 'Dist::Zilla::Plugin::Prereqs' => '0', 17 'Dist::Zilla::Plugin::ReleaseStatus::FromVersion' => '0', 18 'Dist::Zilla::Plugin::RemovePrereqs' => '0', 19 'Dist::Zilla::PluginBundle::DAGOLDEN' => '0.072', 20 'File::Spec' => '0', 21 'File::Temp' => '0', 22 'IO::Handle' => '0', 23 'IPC::Open3' => '0', 24 'Pod::Coverage::TrustPod' => '0', 25 'Pod::Wordlist' => '0', 26 'Software::License::Apache_2_0' => '0', 27 'Test::CPAN::Meta' => '0', 28 'Test::MinimumVersion' => '0', 29 'Test::More' => '0', 30 'Test::Perl::Critic' => '0', 31 'Test::Pod' => '1.41', 32 'Test::Pod::Coverage' => '1.08', 33 'Test::Portability::Files' => '0', 34 'Test::Spelling' => '0.12', 35 'Test::Version' => '1' 36 } 37 }, 38 'runtime' => { 39 'recommends' => { 40 'Unicode::UTF8' => '0.58' 41 }, 42 'requires' => { 43 'Carp' => '0', 44 'Cwd' => '0', 45 'Digest' => '1.03', 46 'Digest::SHA' => '5.45', 47 'Encode' => '0', 48 'Exporter' => '5.57', 49 'Fcntl' => '0', 50 'File::Copy' => '0', 51 'File::Glob' => '0', 52 'File::Path' => '2.07', 53 'File::Spec' => '0.86', 54 'File::Temp' => '0.19', 55 'File::stat' => '0', 56 'constant' => '0', 57 'overload' => '0', 58 'perl' => '5.008001', 59 'strict' => '0', 60 'warnings' => '0', 61 'warnings::register' => '0' 62 } 63 }, 64 'test' => { 65 'recommends' => { 66 'CPAN::Meta' => '2.120900', 67 'Test::FailWarnings' => '0', 68 'Test::MockRandom' => '0' 69 }, 70 'requires' => { 71 'Digest::MD5' => '0', 72 'ExtUtils::MakeMaker' => '0', 73 'File::Basename' => '0', 74 'File::Spec' => '0.86', 75 'File::Spec::Functions' => '0', 76 'File::Spec::Unix' => '0', 77 'File::Temp' => '0.19', 78 'Test::More' => '0.96', 79 'lib' => '0', 80 'open' => '0', 81 'perl' => '5.008001' 82 } 83 } 84 }; 85 $x; 86 }