The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
   "abstract" : "Simple structured errors with full backtrace",
   "author" : [
      "Xiong Changnian <xiong@cpan.org>"
   ],
   "dynamic_config" : 1,
   "generated_by" : "Module::Build version 0.4003, CPAN::Meta::Converter version 2.120921",
   "keywords" : [
      "devel",
      "development",
      "error",
      "errors",
      "exception",
      "exceptions",
      "OO",
      "object-oriented",
      "class",
      "object",
      "method",
      "carp",
      "croak"
   ],
   "license" : [
      "artistic_2"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : "2"
   },
   "name" : "Error-Base",
   "prereqs" : {
      "build" : {
         "requires" : {
            "Test::More" : "0.94"
         }
      },
      "configure" : {
         "requires" : {
            "Module::Build" : "0.38"
         }
      },
      "runtime" : {
         "recommends" : {
            "Devel::Comments" : "v1.1.4",
            "Test::Trap" : "v0.2.1"
         },
         "requires" : {
            "Scalar::Util" : "0",
            "overload" : "0",
            "perl" : "5.008008",
            "version" : "0.88"
         }
      }
   },
   "provides" : {
      "Error::Base" : {
         "file" : "lib/Error/Base.pm",
         "version" : "v1.0.0"
      },
      "Error::Base::Cookbook" : {
         "file" : "lib/Error/Base/Cookbook.pm",
         "version" : "v1.0.0"
      },
      "Error::Base::Late" : {
         "file" : "lib/Error/Base.pm",
         "version" : 0
      }
   },
   "release_status" : "stable",
   "resources" : {
      "license" : [
         "http://opensource.org/licenses/artistic-license-2.0.php"
      ],
      "repository" : {
         "url" : "http://github.com/Xiong/error-base"
      }
   },
   "version" : "v1.0.0"
}