From: Samuel Kaufman Date: Fri, 26 Dec 2014 17:05:37 +0000 (+0000) Subject: preparing for 1.001027_01 X-Git-Tag: v1.001027_01^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=338d12838048883285eb40d8ee1fe114ddf20da9;hp=11592b79fd528399189b040e9e50f07b27c4154f;p=dbsrgits%2FDBIx-Class-Fixtures.git preparing for 1.001027_01 --- diff --git a/Makefile.PL b/Makefile.PL index 1aa6a3f..ee3084e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,5 +1,5 @@ -# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.029. +# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.025. use strict; use warnings; @@ -38,7 +38,7 @@ my %WriteMakefileArgs = ( "DateTime::Format::SQLite" => "0.1", "File::Copy::Recursive" => "0.38", "Hash::Merge" => "0.1", - "IO::All" => 0, + "IO::All" => "0.85", "JSON::Syck" => "1.27", "MIME::Base64" => 0, "Path::Class" => "0.32", @@ -51,7 +51,7 @@ my %WriteMakefileArgs = ( "IPC::Open3" => 0, "Test::More" => "0.98" }, - "VERSION" => "1.001026", + "VERSION" => "1.001027_01", "test" => { "TESTS" => "t/*.t" } @@ -74,7 +74,7 @@ my %FallbackPrereqs = ( "File::Copy::Recursive" => "0.38", "File::Spec" => 0, "Hash::Merge" => "0.1", - "IO::All" => 0, + "IO::All" => "0.85", "IO::Handle" => 0, "IPC::Open3" => 0, "JSON::Syck" => "1.27", diff --git a/dist.ini b/dist.ini index a5556fe..bcc1aff 100644 --- a/dist.ini +++ b/dist.ini @@ -11,8 +11,7 @@ authority = cpan:SKAUFMAN do_munging = 0 [MetaResources] -;Old issues are still in RT, if I move em over I'll change it to github. -;bugtracker.web = https://github.com/dbsrgits/DBIx-Class-Fixtures/issues +bugtracker.web = https://github.com/dbsrgits/DBIx-Class-Fixtures/issues repository.url = https://github.com/dbsrgits/DBIx-Class-Fixtures.git repository.web = https://github.com/dbsrgits/DBIx-Class-Fixtures repository.type = git @@ -79,4 +78,4 @@ Path::Class = 0.32 Scalar::Util = 1.27 perl = 5.6.1 Test::Compile::Internal = 0 -IO::All = 0 +IO::All = 0.85 diff --git a/lib/DBIx/Class/Fixtures.pm b/lib/DBIx/Class/Fixtures.pm index c923632..59410e2 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.001026'; +our $VERSION = '1.001027_01'; $VERSION = eval $VERSION;