From: hatorikibble Date: Wed, 25 Nov 2015 11:59:35 +0000 (+0100) Subject: added File::Temp as prerequisite since it is referenced in Fixtures.pm X-Git-Tag: v1.00103_3~3^2~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=35f630ac29d1030826c7ac3a571bb8ffbf6a2387;hp=03a210ce5781394a827dad8f3c3429b4db09e48b;p=dbsrgits%2FDBIx-Class-Fixtures.git added File::Temp as prerequisite since it is referenced in Fixtures.pm --- 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",