X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=31a0ddbf420e1e30a48962605a4e34ed6b6fc11f;hb=HEAD;hp=e6331e25352a67b7a65c48e006f7a68d86c20247;hpb=6670b09e81b78957275c3eb72b660334f8c6994e;p=dbsrgits%2FDBIx-Class-Fixtures.git diff --git a/Makefile.PL b/Makefile.PL index e6331e2..31a0ddb 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.036. +# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.008. use strict; use warnings; @@ -13,13 +13,13 @@ my %WriteMakefileArgs = ( "DBIx::Class::InflateColumn::FS" => "0.01007", "Devel::Confess" => 0, "ExtUtils::MakeMaker" => "6.59", + "Test::Fatal" => 0, "Test::More" => "0.98" }, "CONFIGURE_REQUIRES" => { "ExtUtils::MakeMaker" => "6.59" }, "DISTNAME" => "DBIx-Class-Fixtures", - "EXE_FILES" => [], "LICENSE" => "perl", "MIN_PERL_VERSION" => "5.006001", "NAME" => "DBIx::Class::Fixtures", @@ -35,22 +35,24 @@ 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::TempDir::Tiny" => 0 + "Scalar::Util" => "1.27" }, "TEST_REQUIRES" => { + "File::Path" => 0, "File::Spec" => 0, "IO::Handle" => 0, "IPC::Open3" => 0, - "Test::More" => "0.98" + "Test::Compile::Internal" => 0, + "Test::More" => "0.98", + "Test::TempDir::Tiny" => 0 }, - "VERSION" => "1.001032", + "VERSION" => "1.001039", "test" => { "TESTS" => "t/*.t" } @@ -72,7 +74,9 @@ my %FallbackPrereqs = ( "Devel::Confess" => 0, "ExtUtils::MakeMaker" => "6.59", "File::Copy::Recursive" => "0.38", + "File::Path" => 0, "File::Spec" => 0, + "File::Temp" => "0.2304", "Hash::Merge" => "0.1", "IO::All" => "0.85", "IO::Handle" => 0, @@ -82,6 +86,7 @@ my %FallbackPrereqs = ( "Path::Class" => "0.32", "Scalar::Util" => "1.27", "Test::Compile::Internal" => 0, + "Test::Fatal" => 0, "Test::More" => "0.98", "Test::TempDir::Tiny" => 0 );