added [VersionFromModule] plugin, as ::Fixtures uses the version for stuff
[dbsrgits/DBIx-Class-Fixtures.git] / Makefile.PL
index ea00994..34bd86b 100644 (file)
@@ -1,11 +1,11 @@
 
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.020.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.025.
 use strict;
 use warnings;
 
 use 5.006001;
 
-use ExtUtils::MakeMaker ;
+use ExtUtils::MakeMaker;
 
 
 
@@ -23,6 +23,7 @@ my %WriteMakefileArgs = (
   "DISTNAME" => "DBIx-Class-Fixtures",
   "EXE_FILES" => [],
   "LICENSE" => "perl",
+  "MIN_PERL_VERSION" => "5.006001",
   "NAME" => "DBIx::Class::Fixtures",
   "PREREQ_PM" => {
     "Class::Accessor::Grouped" => "0.1001",
@@ -51,7 +52,7 @@ my %WriteMakefileArgs = (
     "IPC::Open3" => 0,
     "Test::More" => "0.98"
   },
-  "VERSION" => "1.001025",
+  "VERSION" => "1.001026",
   "test" => {
     "TESTS" => "t/*.t"
   }