Codebase list libtest-mock-redis-perl / a3ffad5b-2547-4d01-9195-a05e7746aee2/upstream
Import upstream version 0.22+git20190626.1.6384e6f Debian Janitor 2 years ago
3 changed file(s) with 12 addition(s) and 12 deletion(s). Raw diff Collapse all Expand all
33 "Jeff Lavallee <jeff@zeroclue.com>"
44 ],
55 "dynamic_config" : 1,
6 "generated_by" : "Module::Build version 0.4229",
6 "generated_by" : "Module::Build version 0.4231",
77 "license" : [
88 "perl_5"
99 ],
7979 }
8080 },
8181 "version" : "0.22",
82 "x_serialization_backend" : "JSON::PP version 2.97001"
82 "x_serialization_backend" : "JSON::PP version 4.04"
8383 }
99 configure_requires:
1010 Module::Build: '0.4'
1111 dynamic_config: 1
12 generated_by: 'Module::Build version 0.4229, CPAN::Meta::Converter version 2.150010'
12 generated_by: 'Module::Build version 0.4231, CPAN::Meta::Converter version 2.150010'
1313 license: perl
1414 meta-spec:
1515 url: http://module-build.sourceforge.net/META-spec-v1.4.html
0 # Note: this file was auto-generated by Module::Build::Compat version 0.4229
0 # Note: this file was auto-generated by Module::Build::Compat version 0.4231
11 use ExtUtils::MakeMaker;
22 WriteMakefile
33 (
44 'PREREQ_PM' => {
5 'Test::Fatal' => 0,
6 'Scalar::Util' => 0,
7 'Try::Tiny' => 0,
58 'Package::Stash' => '0.34',
6 'Test::Fatal' => 0,
7 'Try::Tiny' => 0,
89 'Test::Deep::UnorderedPairs' => 0,
910 'Test::Deep' => 0,
11 'Class::Method::Modifiers' => 0,
1012 'Test::More' => '0.88',
11 'namespace::clean' => 0,
12 'Class::Method::Modifiers' => 0,
13 'Scalar::Util' => 0
13 'namespace::clean' => 0
1414 },
15 'INSTALLDIRS' => 'site',
16 'EXE_FILES' => [],
1517 'PL_FILES' => {},
16 'EXE_FILES' => [],
17 'VERSION_FROM' => 'lib/Test/Mock/Redis.pm',
1818 'NAME' => 'Test::Mock::Redis',
19 'INSTALLDIRS' => 'site'
19 'VERSION_FROM' => 'lib/Test/Mock/Redis.pm'
2020 )
2121 ;