The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
   "abstract" : "A Collection of Routines for validating and transforming strings",
   "author" : [
      "John Karr <brainbuz@brainbuz.org>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Zilla version 6.010, CPAN::Meta::Converter version 2.150010",
   "license" : [
      "gpl_3"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : 2
   },
   "name" : "String-Validator",
   "prereqs" : {
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0",
            "perl" : "5.008"
         }
      },
      "develop" : {
         "requires" : {
            "Test::Pod" : "1.41"
         }
      },
      "runtime" : {
         "requires" : {
            "String::Validator::Common" : "2.00",
            "String::Validator::Email" : "2.00",
            "String::Validator::Langauge" : "2.00",
            "String::Validator::Password" : "2.00",
            "String::Validator::Phone::NANP" : "2.00",
            "perl" : "5.008"
         }
      },
      "test" : {
         "requires" : {
            "perl" : "5.008"
         }
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "web" : "https://github.com/brainbuz/String-Validator/issues"
      },
      "homepage" : "https://github.com/brainbuz/String-Validator",
      "repository" : {
         "type" : "git",
         "url" : "https://github.com/brainbuz/String-Validator.git",
         "web" : "https://github.com/brainbuz/String-Validator"
      }
   },
   "version" : "2.00",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.01"
}