tagged and released
[dbsrgits/DBIx-Class-Fixtures.git] / Makefile.PL
index 34bd86b..22851d1 100644 (file)
@@ -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 v6.008.
 use strict;
 use warnings;
 
@@ -7,21 +6,20 @@ use 5.006001;
 
 use ExtUtils::MakeMaker;
 
-
-
 my %WriteMakefileArgs = (
   "ABSTRACT" => "Dump data and repopulate a database using rules",
   "AUTHOR" => "Luke Saunders <luke\@shadowcatsystems.co.uk>",
   "BUILD_REQUIRES" => {
     "DBIx::Class::InflateColumn::FS" => "0.01007",
+    "Devel::Confess" => 0,
     "ExtUtils::MakeMaker" => "6.59",
+    "Test::Fatal" => 0,
     "Test::More" => "0.98"
   },
   "CONFIGURE_REQUIRES" => {
     "ExtUtils::MakeMaker" => "6.59"
   },
   "DISTNAME" => "DBIx-Class-Fixtures",
-  "EXE_FILES" => [],
   "LICENSE" => "perl",
   "MIN_PERL_VERSION" => "5.006001",
   "NAME" => "DBIx::Class::Fixtures",
@@ -37,22 +35,24 @@ my %WriteMakefileArgs = (
     "DateTime::Format::Pg" => 0,
     "DateTime::Format::SQLite" => "0.1",
     "File::Copy::Recursive" => "0.38",
-    "File::Path" => "2.09",
-    "File::Spec::Functions" => "3.4",
+    "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
+    "Scalar::Util" => "1.27"
   },
   "TEST_REQUIRES" => {
+    "File::Path" => 0,
     "File::Spec" => 0,
     "IO::Handle" => 0,
     "IPC::Open3" => 0,
-    "Test::More" => "0.98"
+    "Test::Compile::Internal" => 0,
+    "Test::More" => "0.98",
+    "Test::TempDir::Tiny" => 0
   },
-  "VERSION" => "1.001026",
+  "VERSION" => "1.001038",
   "test" => {
     "TESTS" => "t/*.t"
   }
@@ -71,12 +71,14 @@ my %FallbackPrereqs = (
   "DateTime::Format::MySQL" => 0,
   "DateTime::Format::Pg" => 0,
   "DateTime::Format::SQLite" => "0.1",
+  "Devel::Confess" => 0,
   "ExtUtils::MakeMaker" => "6.59",
   "File::Copy::Recursive" => "0.38",
-  "File::Path" => "2.09",
+  "File::Path" => 0,
   "File::Spec" => 0,
-  "File::Spec::Functions" => "3.4",
+  "File::Temp" => "0.2304",
   "Hash::Merge" => "0.1",
+  "IO::All" => "0.85",
   "IO::Handle" => 0,
   "IPC::Open3" => 0,
   "JSON::Syck" => "1.27",
@@ -84,7 +86,9 @@ my %FallbackPrereqs = (
   "Path::Class" => "0.32",
   "Scalar::Util" => "1.27",
   "Test::Compile::Internal" => 0,
-  "Test::More" => "0.98"
+  "Test::Fatal" => 0,
+  "Test::More" => "0.98",
+  "Test::TempDir::Tiny" => 0
 );
 
 
@@ -98,6 +102,3 @@ delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
   unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
 
 WriteMakefile(%WriteMakefileArgs);
-
-
-