From: skaufman Date: Wed, 27 May 2015 14:30:32 +0000 (+0000) Subject: added Test::TempDir::Tiny dependency X-Git-Tag: v1.001_030~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=517393f0c1c9df58e4a191b92bf1f9507e78910d;p=dbsrgits%2FDBIx-Class-Fixtures.git added Test::TempDir::Tiny dependency --- diff --git a/Makefile.PL b/Makefile.PL index c752fca..ffae7ff 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.036. use strict; use warnings; @@ -7,8 +6,6 @@ use 5.006001; use ExtUtils::MakeMaker; - - my %WriteMakefileArgs = ( "ABSTRACT" => "Dump data and repopulate a database using rules", "AUTHOR" => "Luke Saunders ", @@ -98,6 +95,3 @@ delete $WriteMakefileArgs{CONFIGURE_REQUIRES} unless eval { ExtUtils::MakeMaker->VERSION(6.52) }; WriteMakefile(%WriteMakefileArgs); - - - diff --git a/dist.ini b/dist.ini index bda023f..1b182c8 100644 --- a/dist.ini +++ b/dist.ini @@ -79,3 +79,4 @@ Scalar::Util = 1.27 perl = 5.6.1 Test::Compile::Internal = 0 IO::All = 0.85 +Test::TempDir::Tiny=0