{
  "abstract" : "tiny object system with privacy settings for properties and methods",
  "author" : [
     "Georgy Bazhukov <[email protected]>"
  ],
  "dynamic_config" : 1,
  "generated_by" : "Module::Build version 0.4, CPAN::Meta::Converter version 2.112150",
  "keywords" : [
     "Object",
     "Private",
     "Protected"
  ],
  "license" : [
     "perl_5"
  ],
  "meta-spec" : {
     "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
     "version" : "2"
  },
  "name" : "Pony-Object",
  "prereqs" : {
     "build" : {
        "requires" : {
           "Test::More" : 0
        }
     },
     "configure" : {
        "requires" : {
           "Module::Build" : "0.4"
        }
     },
     "runtime" : {
        "requires" : {
           "Attribute::Handlers" : 0,
           "Carp" : 0,
           "Module::Load" : 0,
           "Storable" : 0,
           "perl" : "5.010"
        }
     }
  },
  "provides" : {
     "Pony::Object" : {
        "file" : "lib/Pony/Object.pm",
        "version" : "0.02"
     }
  },
  "release_status" : "stable",
  "resources" : {
     "license" : [
        "http://dev.perl.org/licenses/"
     ],
     "repository" : {
        "url" : "https://github.com/h15/pony-object"
     }
  },
  "version" : "0.02"
}