From: skaufman Date: Wed, 27 May 2015 14:49:22 +0000 (+0000) Subject: screwed up on last release, forgot to merge in branch first X-Git-Tag: v1.001_031~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-Fixtures.git;a=commitdiff_plain;h=6c181a28413c1f24a62068dfe2b427c0e0b37a06 screwed up on last release, forgot to merge in branch first --- diff --git a/Changes b/Changes index 82cae22..539f02e 100644 --- a/Changes +++ b/Changes @@ -2,10 +2,11 @@ Revision history for DBIx-Class-Fixtures {{$NEXT}} -1.001_030 2015-05-27 14:43:34+00:00 UTC (TRIAL RELEASE) - - Fix for an issue where when inserting data into a database, the tables were being sorted alphabetically, rather than in dependency order. ( TBSliver++ ) + +1.001_030 2015-05-27 14:43:34+00:00 UTC (TRIAL RELEASE) + - use Test::TempDir::Tiny for better test parallelization and cleanup ( RsrchBoy++ ) 1.001_029 2015-01-14 15:17:28+00:00 Europe/London diff --git a/lib/DBIx/Class/Fixtures.pm b/lib/DBIx/Class/Fixtures.pm index 0cf6786..b2ee16e 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.001_030'; +our $VERSION = '1.001_031'; $VERSION = eval $VERSION;