added File::Temp as prerequisite since it is referenced in Fixtures.pm
[dbsrgits/DBIx-Class-Fixtures.git] / Makefile.PL
index ffae7ff..1547638 100644 (file)
@@ -35,13 +35,15 @@ 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",
     "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,
@@ -49,7 +51,7 @@ my %WriteMakefileArgs = (
     "IPC::Open3" => 0,
     "Test::More" => "0.98"
   },
-  "VERSION" => "1.001_029",
+  "VERSION" => "1.001032",
   "test" => {
     "TESTS" => "t/*.t"
   }
@@ -81,7 +83,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
 );