The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
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'
                                    }
                    },
       'runtime' => {
                      'recommends' => {
                                        'POE::Component::SSLify' => '1.006',
                                        'POE::Filter::Zlib::Stream' => '0'
                                      },
                      'requires' => {
                                      'Carp' => '0',
                                      'IRC::Toolkit' => '0.091',
                                      'Moo' => '2',
                                      'Net::IP::Minimal' => '0.04',
                                      'POE' => '1.3',
                                      'POE::Filter::IRCv3' => '0',
                                      'POE::Filter::Line' => '0',
                                      'POE::Filter::Stackable' => '0',
                                      'POE::Wheel::ReadWrite' => '0',
                                      'POE::Wheel::SocketFactory' => '0',
                                      'Scalar::Util' => '0',
                                      'Socket' => '2',
                                      'Try::Tiny' => '0',
                                      'Type::Tiny' => '1',
                                      'strictures' => '2'
                                    }
                    },
       'test' => {
                   'recommends' => {
                                     'CPAN::Meta' => '2.120900'
                                   },
                   'requires' => {
                                   'ExtUtils::MakeMaker' => '0',
                                   'File::Spec' => '0',
                                   'Test::More' => '0.88'
                                 }
                 }
     };
  $x;
 }