diff --git a/META.json b/META.json index c3b4b3e..a073d64 100644 --- a/META.json +++ b/META.json @@ -4,7 +4,7 @@ "Jeff Lavallee " ], "dynamic_config" : 1, - "generated_by" : "Module::Build version 0.4229", + "generated_by" : "Module::Build version 0.4231", "license" : [ "perl_5" ], @@ -80,5 +80,5 @@ } }, "version" : "0.22", - "x_serialization_backend" : "JSON::PP version 2.97001" + "x_serialization_backend" : "JSON::PP version 4.04" } diff --git a/META.yml b/META.yml index 02661d7..c7c8c1b 100644 --- a/META.yml +++ b/META.yml @@ -10,7 +10,7 @@ configure_requires: Module::Build: '0.4' dynamic_config: 1 -generated_by: 'Module::Build version 0.4229, CPAN::Meta::Converter version 2.150010' +generated_by: 'Module::Build version 0.4231, CPAN::Meta::Converter version 2.150010' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html diff --git a/Makefile.PL b/Makefile.PL index b8bd405..e4d62c6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,22 +1,22 @@ -# Note: this file was auto-generated by Module::Build::Compat version 0.4229 +# Note: this file was auto-generated by Module::Build::Compat version 0.4231 use ExtUtils::MakeMaker; WriteMakefile ( + 'VERSION_FROM' => 'lib/Test/Mock/Redis.pm', + 'PL_FILES' => {}, + 'NAME' => 'Test::Mock::Redis', + 'EXE_FILES' => [], 'PREREQ_PM' => { + 'Try::Tiny' => 0, + 'Class::Method::Modifiers' => 0, + 'Test::Fatal' => 0, + 'Test::More' => '0.88', 'Package::Stash' => '0.34', - 'Test::Fatal' => 0, - 'Try::Tiny' => 0, - 'Test::Deep::UnorderedPairs' => 0, + 'Scalar::Util' => 0, + 'namespace::clean' => 0, 'Test::Deep' => 0, - 'Test::More' => '0.88', - 'namespace::clean' => 0, - 'Class::Method::Modifiers' => 0, - 'Scalar::Util' => 0 + 'Test::Deep::UnorderedPairs' => 0 }, - 'PL_FILES' => {}, - 'EXE_FILES' => [], - 'VERSION_FROM' => 'lib/Test/Mock/Redis.pm', - 'NAME' => 'Test::Mock::Redis', 'INSTALLDIRS' => 'site' ) ;