The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
   "abstract" : "Replace functions with ones that succeed or die with lexical scope",
   "author" : [
      "Paul Fenwick <pjf@cpan.org>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Zilla version 4.300030, CPAN::Meta::Converter version 2.120921",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : "2"
   },
   "name" : "autodie",
   "prereqs" : {
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "6.30"
         }
      },
      "develop" : {
         "requires" : {
            "Pod::Coverage::TrustPod" : "0",
            "Test::Pod" : "1.41",
            "Test::Pod::Coverage" : "1.08"
         }
      },
      "runtime" : {
         "recommends" : {
            "IPC::System::Simple" : "0.12",
            "Sub::Identify" : "0",
            "perl" : "5.010"
         },
         "requires" : {
            "B" : "0",
            "Carp" : "0",
            "Config" : "0",
            "Exporter" : "0",
            "Fcntl" : "0",
            "POSIX" : "0",
            "Tie::RefHash" : "0",
            "base" : "0",
            "constant" : "0",
            "if" : "0",
            "overload" : "0",
            "perl" : "5.008004",
            "strict" : "0",
            "warnings" : "0"
         }
      },
      "test" : {
         "recommends" : {
            "BSD::Resource" : "0",
            "Test::Kwalitee" : "0",
            "Test::Perl::Critic" : "0",
            "perl" : "5.010"
         },
         "requires" : {
            "File::Copy" : "0",
            "File::Spec" : "0",
            "File::Temp" : "0",
            "FindBin" : "0",
            "IO::Handle" : "0",
            "Socket" : "0",
            "Test::More" : "0",
            "open" : "0"
         }
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "web" : "http://rt.cpan.org/NoAuth/Bugs.html?Dist=autodie"
      },
      "repository" : {
         "type" : "git",
         "url" : "git://github.com/pfenwick/autodie",
         "web" : "https://github.com/pfenwick/autodie"
      }
   },
   "version" : "2.16"
}