The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
   "abstract" : "Make functions faster with memoization via CHI",
   "author" : [
      "Jonathan Swartz <swartz@pobox.com>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Zilla version 4.200008, CPAN::Meta::Converter version 2.113640",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : "2"
   },
   "name" : "CHI-Memoize",
   "no_index" : {
      "directory" : [
         "lib/CHI/Memoize/t",
         "lib/CHI/Memoize/Test"
      ],
      "file" : [
         "lib/CHI/Memoize/Util.pm"
      ]
   },
   "prereqs" : {
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "6.30"
         }
      },
      "runtime" : {
         "requires" : {
            "CHI" : "0.47",
            "Hash::MoreUtils" : 0
         }
      },
      "test" : {
         "requires" : {
            "Test::Class::Most" : 0
         }
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "mailto" : "bug-chi-memoize@rt.cpan.org",
         "web" : "http://rt.cpan.org/NoAuth/Bugs.html?Dist=CHI-Memoize"
      },
      "repository" : {
         "type" : "git",
         "url" : "git://github.com/jonswar/perl-chi-memoize.git",
         "web" : "https://github.com/jonswar/perl-chi-memoize"
      }
   },
   "version" : "0.03"
}