File: Makefile.PL

package info (click to toggle)
libcatalyst-plugin-cache-store-fastmmap-perl 0.02-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 72 kB
  • ctags: 5
  • sloc: perl: 78; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 626 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Catalyst::Plugin::Cache::Store::FastMmap',
          'VERSION_FROM' => 'lib/Catalyst/Plugin/Cache/Store/FastMmap.pm',
          'PREREQ_PM' => {
                           'Cache::FastMmap' => '0',
                           'Catalyst' => '5.7',
                           'Catalyst::Plugin::Cache' => '0.01',
                           'Path::Class' => '0'
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;