changelog, and releasing as stable
[dbsrgits/DBIx-Class-Fixtures.git] / Makefile.PL
index bd3e8f5..b64c43a 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 v5.036.
 use strict;
 use warnings;
 
@@ -7,13 +6,12 @@ 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::More" => "0.98"
   },
@@ -43,7 +41,8 @@ my %WriteMakefileArgs = (
     "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,
@@ -51,7 +50,7 @@ my %WriteMakefileArgs = (
     "IPC::Open3" => 0,
     "Test::More" => "0.98"
   },
-  "VERSION" => "1.001028",
+  "VERSION" => "1.001_031",
   "test" => {
     "TESTS" => "t/*.t"
   }
@@ -70,6 +69,7 @@ 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::Spec" => 0,
@@ -82,7 +82,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
 );
 
 
@@ -96,6 +97,3 @@ delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
   unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
 
 WriteMakefile(%WriteMakefileArgs);
-
-
-