X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=acf290b8588a301a9053f8899b5c856d6345e488;hb=47397fda49689be4af2575cc7095455b9f5d92d0;hp=ce3c5d59a6bf677c736dcab161c83e7215d3a7e0;hpb=af45f212bfb150ac0bbe64a6522cf333dbf427a5;p=dbsrgits%2FDBIx-Class-Fixtures.git diff --git a/Makefile.PL b/Makefile.PL index ce3c5d5..acf290b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.037. +# 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", @@ -41,15 +41,16 @@ my %WriteMakefileArgs = ( "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.001036", "test" => { @@ -73,6 +74,7 @@ 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", @@ -84,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 );