The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
   "abstract" : "Convert state, province, county etc. names to/from ISO 3166-2 codes, get all states in a country",
   "author" : [
      "Kim Ryan <kimryan at cpan org>"
   ],
   "dynamic_config" : 1,
   "generated_by" : "Module::Build version 0.4208",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : "2"
   },
   "name" : "Locale-SubCountry",
   "prereqs" : {
      "build" : {
         "requires" : {
            "Test::More" : "0.94",
            "Test::Pod" : "1.04"
         }
      },
      "configure" : {
         "requires" : {
            "Module::Build" : "0.38"
         }
      },
      "runtime" : {
         "requires" : {
            "JSON" : "1",
            "locale" : "1",
            "strict" : "0",
            "utf8" : "0",
            "warnings" : "0"
         }
      }
   },
   "provides" : {
      "Locale::SubCountry" : {
         "file" : "lib/Locale/SubCountry.pm",
         "version" : "2.02"
      },
      "Locale::SubCountry::Codes" : {
         "file" : "lib/Locale/SubCountry/Codes.pm"
      },
      "Locale::SubCountry::World" : {
         "file" : "lib/Locale/SubCountry.pm",
         "version" : "2.02"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "license" : [
         "http://dev.perl.org/licenses/"
      ],
      "repository" : {
         "url" : "https://github.com/kimryan/Locale-SubCountry"
      }
   },
   "version" : "2.02",
   "x_serialization_backend" : "JSON::PP version 2.27300"
}