From: Samuel Kaufman Date: Fri, 4 Dec 2015 15:54:31 +0000 (+0000) Subject: Merge branch 'prereq' X-Git-Tag: v1.00103_3~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=60f74a941185d9853417620be5e91121c0c0aaca;hp=03a210ce5781394a827dad8f3c3429b4db09e48b;p=dbsrgits%2FDBIx-Class-Fixtures.git Merge branch 'prereq' --- diff --git a/Changes b/Changes index ef421e3..e9a05c1 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,8 @@ Revision history for DBIx-Class-Fixtures {{$NEXT}} +- added File::Temp to deps ( hatorikibble++ ) + 1.001032 2015-06-04 15:03:38+00:00 UTC - releasing as stable diff --git a/Makefile.PL b/Makefile.PL index e6331e2..1547638 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -35,6 +35,7 @@ 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", diff --git a/dist.ini b/dist.ini index 9d2079c..2d17c3e 100644 --- a/dist.ini +++ b/dist.ini @@ -77,6 +77,7 @@ DateTime::Format::MySQL = 0 DateTime::Format::Pg = 0 DateTime::Format::SQLite = 0.1 File::Copy::Recursive = 0.38 +File::Temp = 0.2304 Hash::Merge = 0.1 JSON::Syck = 1.27 MIME::Base64 = 0