Codebase list libchi-memoize-perl / upstream/0.07+git20140813.2.b99368d META.json
upstream/0.07+git20140813.2.b99368d

Tree @upstream/0.07+git20140813.2.b99368d (Download .tar.gz)

META.json @upstream/0.07+git20140813.2.b99368draw · history · blame

{
   "abstract" : "Make functions faster with memoization via CHI",
   "author" : [
      "Jonathan Swartz <swartz@pobox.com>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Zilla version 6.025, CPAN::Meta::Converter version 2.150010",
   "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/Test",
         "lib/CHI/Memoize/t"
      ],
      "file" : [
         "lib/CHI/Memoize/Util.pm"
      ]
   },
   "prereqs" : {
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "runtime" : {
         "requires" : {
            "CHI" : "0.47",
            "Hash::MoreUtils" : "0",
            "Moo" : "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.07",
   "x_generated_by_perl" : "v5.36.0",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.32",
   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
}