From: Samuel Kaufman Date: Wed, 20 Sep 2017 20:41:52 +0000 (+0000) Subject: prepping for release X-Git-Tag: v1.001037^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-Fixtures.git;a=commitdiff_plain;h=47397fda49689be4af2575cc7095455b9f5d92d0 prepping for release --- diff --git a/Makefile.PL b/Makefile.PL index ce3c5d5..acf290b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.037. +# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.008. use strict; use warnings; @@ -13,13 +13,13 @@ my %WriteMakefileArgs = ( "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", @@ -41,15 +41,16 @@ my %WriteMakefileArgs = ( "JSON::Syck" => "1.27", "MIME::Base64" => 0, "Path::Class" => "0.32", - "Scalar::Util" => "1.27", - "Test::Compile::Internal" => 0, - "Test::TempDir::Tiny" => 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.001036", "test" => { @@ -73,6 +74,7 @@ my %FallbackPrereqs = ( "Devel::Confess" => 0, "ExtUtils::MakeMaker" => "6.59", "File::Copy::Recursive" => "0.38", + "File::Path" => 0, "File::Spec" => 0, "File::Temp" => "0.2304", "Hash::Merge" => "0.1", @@ -84,6 +86,7 @@ my %FallbackPrereqs = ( "Path::Class" => "0.32", "Scalar::Util" => "1.27", "Test::Compile::Internal" => 0, + "Test::Fatal" => 0, "Test::More" => "0.98", "Test::TempDir::Tiny" => 0 ); diff --git a/lib/DBIx/Class/Fixtures.pm b/lib/DBIx/Class/Fixtures.pm index 40e93cb..9e1767b 100644 --- a/lib/DBIx/Class/Fixtures.pm +++ b/lib/DBIx/Class/Fixtures.pm @@ -23,7 +23,7 @@ our $namespace_counter = 0; __PACKAGE__->mk_group_accessors( 'simple' => qw/config_dir _inherited_attributes debug schema_class dumped_objects config_attrs/); -our $VERSION = '1.001036'; +our $VERSION = '1.001037'; $VERSION = eval $VERSION;