X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=79d6e122f5057568fc6da1617672fddbf477b472;hb=960bccb4464fbbdfdd58912ee7ca0af5a8de0450;hp=ffae7ff46542bdbfbf65d635404e6cb530421157;hpb=517393f0c1c9df58e4a191b92bf1f9507e78910d;p=dbsrgits%2FDBIx-Class-Fixtures.git diff --git a/Makefile.PL b/Makefile.PL index ffae7ff..79d6e12 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -41,7 +41,8 @@ my %WriteMakefileArgs = ( "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, @@ -81,7 +82,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 );