do{ my $x = {
       'inc_bundling_support' => {
                                   'requires' => {
                                                   'ExtUtils::Installed' => '1.999',
                                                   'ExtUtils::Install' => '1.54'
                                                 },
                                   'description' => 'Bundle Module::Build in inc/'
                                 },
       'license_creation' => {
                               'requires' => {
                                               'Software::License' => 0
                                             },
                               'description' => 'Create licenses automatically in distributions'
                             },
       'manpage_support' => {
                              'requires' => {
                                              'Pod::Man' => 0
                                            },
                              'description' => 'Create Unix man pages'
                            },
       'YAML_support' => {
                           'requires' => {
                                           'YAML::Tiny' => '1.38'
                                         },
                           'description' => 'Use YAML::Tiny to write META.yml files'
                         },
       'PPM_support' => {
                          'requires' => {
                                          'IO::File' => '1.13'
                                        },
                          'description' => 'Generate PPM files for distributions'
                        },
       'HTML_support' => {
                           'requires' => {
                                           'Pod::Html' => 0
                                         },
                           'description' => 'Create HTML documentation'
                         },
       'dist_authoring' => {
                             'requires' => {
                                             'Archive::Tar' => '1.09'
                                           },
                             'recommends' => {
                                               'Module::Signature' => '0.21',
                                               'Pod::Readme' => '0.04'
                                             },
                             'description' => 'Create new distributions'
                           }
     };
$x; }