From: skaufman Date: Mon, 1 Dec 2014 16:42:47 +0000 (+0000) Subject: added [VersionFromModule] plugin, as ::Fixtures uses the version for stuff X-Git-Tag: v1.001026^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=01a10324059f89f12b5060cf39253e17101f2d8d;p=dbsrgits%2FDBIx-Class-Fixtures.git added [VersionFromModule] plugin, as ::Fixtures uses the version for stuff --- diff --git a/Makefile.PL b/Makefile.PL index ea00994..34bd86b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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" } diff --git a/dist.ini b/dist.ini index 0851fe6..6e6051f 100644 --- a/dist.ini +++ b/dist.ini @@ -21,7 +21,7 @@ repository.type = git [NextRelease] [Git::Tag] -[Git::NextVersion] +[VersionFromModule] [Git::Push] diff --git a/lib/DBIx/Class/Fixtures.pm b/lib/DBIx/Class/Fixtures.pm index 2443997..58cf981 100644 --- a/lib/DBIx/Class/Fixtures.pm +++ b/lib/DBIx/Class/Fixtures.pm @@ -26,7 +26,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.001025'; +our $VERSION = '1.001026'; $VERSION = eval $VERSION;