The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
   "abstract" : "Design by Contract in Perl with Language Independent Validation Rules (LIVR).",
   "author" : [
      "Viktor Turskyi <koorchik@cpan.org>"
   ],
   "dynamic_config" : 1,
   "generated_by" : "Module::Build version 0.4005, CPAN::Meta::Converter version 2.131560",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : "2"
   },
   "name" : "LIVR-Contract",
   "prereqs" : {
      "build" : {
         "requires" : {
            "Test::More" : "0"
         }
      },
      "configure" : {
         "requires" : {
            "Module::Build" : "0.40"
         }
      },
      "runtime" : {
         "requires" : {
            "Class::Method::Modifiers" : "2.04",
            "Validator::LIVR" : "0.01",
            "perl" : "5.010"
         }
      }
   },
   "provides" : {
      "LIVR::Contract" : {
         "file" : "lib/LIVR/Contract.pm",
         "version" : "0.04"
      },
      "LIVR::Contract::Exception" : {
         "file" : "lib/LIVR/Contract/Exception.pm"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "license" : [
         "http://dev.perl.org/licenses/"
      ]
   },
   "version" : "0.04"
}