forked from jlavallee/Test-Mock-Redis
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile.PL
More file actions
22 lines (22 loc) · 700 Bytes
/
Makefile.PL
File metadata and controls
22 lines (22 loc) · 700 Bytes
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'
)
;