1do { my $x = {
2       'configure' => {
3                        'requires' => {
4                                        'ExtUtils::MakeMaker' => '0'
5                                      }
6                      },
7       'develop' => {
8                      'requires' => {
9                                      'Code::TidyAll' => '0.56',
10                                      'Code::TidyAll::Plugin::SortLines::Naturally' => '0.000003',
11                                      'Code::TidyAll::Plugin::Test::Vars' => '0.02',
12                                      'Parallel::ForkManager' => '1.19',
13                                      'Perl::Critic' => '1.126',
14                                      'Perl::Tidy' => '20160302',
15                                      'Pod::Coverage::Moose' => '0',
16                                      'Pod::Coverage::TrustPod' => '0',
17                                      'Pod::Wordlist' => '0',
18                                      'Test::CPAN::Changes' => '0.19',
19                                      'Test::CPAN::Meta::JSON' => '0.16',
20                                      'Test::CleanNamespaces' => '0.15',
21                                      'Test::Code::TidyAll' => '0.50',
22                                      'Test::EOL' => '0',
23                                      'Test::Mojibake' => '0',
24                                      'Test::More' => '0.96',
25                                      'Test::NoTabs' => '0',
26                                      'Test::Pod' => '1.41',
27                                      'Test::Pod::Coverage' => '1.08',
28                                      'Test::Portability::Files' => '0',
29                                      'Test::Spelling' => '0.12',
30                                      'Test::Vars' => '0.009',
31                                      'Test::Version' => '2.05',
32                                      'parent' => '0'
33                                    }
34                    },
35       'runtime' => {
36                      'requires' => {
37                                      'Carp' => '0',
38                                      'Fcntl' => '0',
39                                      'File::Find' => '0',
40                                      'File::Spec' => '0',
41                                      'Module::Pluggable::Object' => '0',
42                                      'Module::Runtime' => '0',
43                                      'Moo' => '1.006',
44                                      'Moo::Role' => '0',
45                                      'Time::HiRes' => '0',
46                                      'Type::Utils' => '0',
47                                      'Types::Standard' => '0',
48                                      'namespace::autoclean' => '0',
49                                      'strict' => '0',
50                                      'warnings' => '0'
51                                    },
52                      'suggests' => {
53                                      'IO::KQueue' => '0',
54                                      'Linux::Inotify2' => '1.2'
55                                    }
56                    },
57       'test' => {
58                   'recommends' => {
59                                     'CPAN::Meta' => '2.120900'
60                                   },
61                   'requires' => {
62                                   'Exporter' => '0',
63                                   'ExtUtils::MakeMaker' => '0',
64                                   'File::Path' => '0',
65                                   'File::Spec' => '0',
66                                   'File::Temp' => '0',
67                                   'FindBin' => '0',
68                                   'Test2::V0' => '0',
69                                   'Test::More' => '1.302015',
70                                   'Test::Requires' => '0',
71                                   'Test::Without::Module' => '0',
72                                   'base' => '0',
73                                   'lib' => '0'
74                                 }
75                 }
76     };
77  $x;
78 }