Cache-Cascade

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "perl" : "5.006",
            "strict" : "0",
            "warnings" : "0"
         }
      },
      "runtime" : {
         "requires" : {
            "Carp" : "0",
            "Moo" : "0",
            "Types::Standard" : "0",
            "namespace::autoclean" : "0",
            "perl" : "5.006",
            "strictures" : "2"
         }
      },
      "test" : {
         "recommends" : {
            "CPAN::Meta" : "2.120900"
         },
         "requires" : {
            "Cache::Memory" : "0",

META.yml  view on Meta::CPAN

    - t
    - xt
provides:
  Cache::Cascade:
    file: lib/Cache/Cascade.pm
    version: '0.07'
requires:
  Carp: '0'
  Moo: '0'
  Types::Standard: '0'
  namespace::autoclean: '0'
  perl: '5.006'
  strictures: '2'
resources:
  bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Cache-Cascade
  homepage: https://github.com/karenetheridge/Cache-Cascade
  repository: https://github.com/karenetheridge/Cache-Cascade.git
version: '0.07'
x_Dist_Zilla:
  perl:
    version: 5.023009

Makefile.PL  view on Meta::CPAN

    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Cache-Cascade",
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.006",
  "NAME" => "Cache::Cascade",
  "PREREQ_PM" => {
    "Carp" => 0,
    "Moo" => 0,
    "Types::Standard" => 0,
    "namespace::autoclean" => 0,
    "strictures" => 2
  },
  "TEST_REQUIRES" => {
    "Cache::Memory" => 0,
    "Cache::Tester" => 0,
    "File::Spec" => 0,
    "Module::Metadata" => 0,
    "Test::More" => 0,
    "ok" => 0,
    "strict" => 0,

t/00-report-prereqs.dd  view on Meta::CPAN

                                      'perl' => '5.006',
                                      'strict' => '0',
                                      'warnings' => '0'
                                    }
                    },
       'runtime' => {
                      'requires' => {
                                      'Carp' => '0',
                                      'Moo' => '0',
                                      'Types::Standard' => '0',
                                      'namespace::autoclean' => '0',
                                      'perl' => '5.006',
                                      'strictures' => '2'
                                    }
                    },
       'test' => {
                   'recommends' => {
                                     'CPAN::Meta' => '2.120900'
                                   },
                   'requires' => {
                                   'Cache::Memory' => '0',

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.328 second using v1.00-cache-2.02-grep-82fe00e-cpan-c98054f2a92 )