From: John Napiorkowski Date: Tue, 16 Jul 2013 17:09:32 +0000 (-0400) Subject: updated version and changes X-Git-Tag: 1.001019^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=concurrency-fix;p=dbsrgits%2FDBIx-Class-Fixtures.git updated version and changes --- diff --git a/Changes b/Changes index 9bb99f3..2da3c1d 100644 --- 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 diff --git a/lib/DBIx/Class/Fixtures.pm b/lib/DBIx/Class/Fixtures.pm index 17021df..3400e92 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.001018'; +our $VERSION = '1.001019'; =head1 NAME