Codebase list libtest-mock-redis-perl / b24a1c1
New upstream snapshot. Debian Janitor 1 year, 6 months ago
4 changed file(s) with 18 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.06"
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 'namespace::clean' => 0,
56 'Package::Stash' => '0.34',
6 'Test::Fatal' => 0,
7 'Test::More' => '0.88',
8 'Scalar::Util' => 0,
9 'Test::Deep' => 0,
10 'Class::Method::Modifiers' => 0,
11 'Test::Deep::UnorderedPairs' => 0,
712 'Try::Tiny' => 0,
8 'Test::Deep::UnorderedPairs' => 0,
9 'Test::Deep' => 0,
10 'Test::More' => '0.88',
11 'namespace::clean' => 0,
12 'Class::Method::Modifiers' => 0,
13 'Scalar::Util' => 0
13 'Test::Fatal' => 0
1414 },
15 'VERSION_FROM' => 'lib/Test/Mock/Redis.pm',
1516 'PL_FILES' => {},
1617 'EXE_FILES' => [],
17 'VERSION_FROM' => 'lib/Test/Mock/Redis.pm',
1818 'NAME' => 'Test::Mock::Redis',
1919 'INSTALLDIRS' => 'site'
2020 )
0 libtest-mock-redis-perl (0.22+git20190626.1.6384e6f-1) UNRELEASED; urgency=low
1
2 * New upstream snapshot.
3
4 -- Debian Janitor <janitor@jelmer.uk> Sun, 16 Oct 2022 05:08:39 -0000
5
06 libtest-mock-redis-perl (0.22-2) unstable; urgency=medium
17
28 [ Debian Janitor ]