From: Samuel Kaufman Date: Tue, 30 Dec 2014 19:49:00 +0000 (+0000) Subject: changelog X-Git-Tag: v1.001027_02~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-Fixtures.git;a=commitdiff_plain;h=a3b8f74ff6ba31025b6fd1f22180dc07c0ef87c5 changelog --- diff --git a/Changes b/Changes index cf0cf87..2aca66b 100644 --- a/Changes +++ b/Changes @@ -2,7 +2,7 @@ Revision history for DBIx-Class-Fixtures {{$NEXT}} -- Tests look good ( except still busted on windows ), releasing as stable +- changed tests to use portable directory management 1.001027_01 2014-12-26 17:06:08+00:00 Europe/London diff --git a/Makefile.PL b/Makefile.PL index ee3084e..bd3e8f5 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -51,7 +51,7 @@ my %WriteMakefileArgs = ( "IPC::Open3" => 0, "Test::More" => "0.98" }, - "VERSION" => "1.001027_01", + "VERSION" => "1.001028", "test" => { "TESTS" => "t/*.t" } diff --git a/lib/DBIx/Class/Fixtures.pm b/lib/DBIx/Class/Fixtures.pm index 59410e2..c0681db 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.001027_01'; +our $VERSION = '1.001027_02'; $VERSION = eval $VERSION;