changelog
Samuel Kaufman [Tue, 30 Dec 2014 19:49:00 +0000 (19:49 +0000)]
Changes
Makefile.PL
lib/DBIx/Class/Fixtures.pm

diff --git a/Changes b/Changes
index cf0cf87..2aca66b 100644 (file)
--- 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
 
index ee3084e..bd3e8f5 100644 (file)
@@ -51,7 +51,7 @@ my %WriteMakefileArgs = (
     "IPC::Open3" => 0,
     "Test::More" => "0.98"
   },
-  "VERSION" => "1.001027_01",
+  "VERSION" => "1.001028",
   "test" => {
     "TESTS" => "t/*.t"
   }
index 59410e2..c0681db 100644 (file)
@@ -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;