File: Makefile.PL

package info (click to toggle)
libtest-mock-redis-perl 0.22-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 224 kB
  • sloc: perl: 2,239; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 700 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Note: this file was auto-generated by Module::Build::Compat version 0.4229
use ExtUtils::MakeMaker;
WriteMakefile
(
  'PREREQ_PM' => {
                   'Package::Stash' => '0.34',
                   'Test::Fatal' => 0,
                   'Try::Tiny' => 0,
                   'Test::Deep::UnorderedPairs' => 0,
                   'Test::Deep' => 0,
                   'Test::More' => '0.88',
                   'namespace::clean' => 0,
                   'Class::Method::Modifiers' => 0,
                   'Scalar::Util' => 0
                 },
  'PL_FILES' => {},
  'EXE_FILES' => [],
  'VERSION_FROM' => 'lib/Test/Mock/Redis.pm',
  'NAME' => 'Test::Mock::Redis',
  'INSTALLDIRS' => 'site'
)
;