updated version and changes concurrency-fix 1.001019
John Napiorkowski [Tue, 16 Jul 2013 17:09:32 +0000 (13:09 -0400)]
Changes
lib/DBIx/Class/Fixtures.pm

diff --git a/Changes b/Changes
index 9bb99f3..2da3c1d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for DBIx-Class-Fixtures
 
+1.001019
+- Fixed issue when using fixtures and parallel testing (such as prove -j9 ...)
+
 1.001018
 - Reduced the size of a PK in the fixtures to stop (hopefully) some occasional
   error reports
index 17021df..3400e92 100644 (file)
@@ -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.001018';
+our $VERSION = '1.001019';
 
 =head1 NAME