X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=59fdbc0be020bab4643d5cd3922fdc478c1eddd6;hb=refs%2Ftags%2Fv1.001034;hp=bd3e8f5a204abb20ee9993290f4eaa591476907e;hpb=a1f70f6fa0e3a509bd500a753439acf85ec1de9c;p=dbsrgits%2FDBIx-Class-Fixtures.git diff --git a/Makefile.PL b/Makefile.PL index bd3e8f5..59fdbc0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,5 +1,4 @@ - -# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.025. +# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.037. use strict; use warnings; @@ -7,13 +6,12 @@ use 5.006001; use ExtUtils::MakeMaker; - - my %WriteMakefileArgs = ( "ABSTRACT" => "Dump data and repopulate a database using rules", "AUTHOR" => "Luke Saunders ", "BUILD_REQUIRES" => { "DBIx::Class::InflateColumn::FS" => "0.01007", + "Devel::Confess" => 0, "ExtUtils::MakeMaker" => "6.59", "Test::More" => "0.98" }, @@ -37,13 +35,15 @@ my %WriteMakefileArgs = ( "DateTime::Format::Pg" => 0, "DateTime::Format::SQLite" => "0.1", "File::Copy::Recursive" => "0.38", + "File::Temp" => "0.2304", "Hash::Merge" => "0.1", "IO::All" => "0.85", "JSON::Syck" => "1.27", "MIME::Base64" => 0, "Path::Class" => "0.32", "Scalar::Util" => "1.27", - "Test::Compile::Internal" => 0 + "Test::Compile::Internal" => 0, + "Test::TempDir::Tiny" => 0 }, "TEST_REQUIRES" => { "File::Spec" => 0, @@ -51,7 +51,7 @@ my %WriteMakefileArgs = ( "IPC::Open3" => 0, "Test::More" => "0.98" }, - "VERSION" => "1.001028", + "VERSION" => "1.001034", "test" => { "TESTS" => "t/*.t" } @@ -70,9 +70,11 @@ my %FallbackPrereqs = ( "DateTime::Format::MySQL" => 0, "DateTime::Format::Pg" => 0, "DateTime::Format::SQLite" => "0.1", + "Devel::Confess" => 0, "ExtUtils::MakeMaker" => "6.59", "File::Copy::Recursive" => "0.38", "File::Spec" => 0, + "File::Temp" => "0.2304", "Hash::Merge" => "0.1", "IO::All" => "0.85", "IO::Handle" => 0, @@ -82,7 +84,8 @@ my %FallbackPrereqs = ( "Path::Class" => "0.32", "Scalar::Util" => "1.27", "Test::Compile::Internal" => 0, - "Test::More" => "0.98" + "Test::More" => "0.98", + "Test::TempDir::Tiny" => 0 ); @@ -96,6 +99,3 @@ delete $WriteMakefileArgs{CONFIGURE_REQUIRES} unless eval { ExtUtils::MakeMaker->VERSION(6.52) }; WriteMakefile(%WriteMakefileArgs); - - -