The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
   "abstract" : "Call isa, can, does and DOES safely on things that may not be objects",
   "author" : [
      "mst - Matt S. Trout (cpan:MSTROUT) <mst@shadowcat.co.uk>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : 2
   },
   "name" : "Safe-Isa",
   "no_index" : {
      "directory" : [
         "t",
         "inc"
      ]
   },
   "prereqs" : {
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "runtime" : {
         "requires" : {
            "Exporter" : "5.57",
            "Scalar::Util" : "0",
            "perl" : "5.006"
         }
      },
      "test" : {
         "requires" : {
            "Test::More" : "0"
         }
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "mailto" : "bug-Safe-Isa@rt.cpan.org",
         "web" : "https://rt.cpan.org/Public/Dist/Display.html?Name=Safe-Isa"
      },
      "repository" : {
         "type" : "git",
         "url" : "https://github.com/p5sagit/Safe-Isa.git",
         "web" : "https://github.com/p5sagit/Safe-Isa"
      }
   },
   "version" : "1.000010",
   "x_contributors" : [
      "Karen Etheridge <ether@cpan.org>",
      "Matt S Trout <mst@shadowcat.co.uk>",
      "Graham Knop <haarg@haarg.org>",
      "David Steinbrunner <dsteinbrunner@pobox.com>"
   ],
   "x_serialization_backend" : "JSON::MaybeXS version 1.004"
}