changed my mind, going for version 1.001021_01 instead
skaufman [Wed, 13 Aug 2014 15:10:23 +0000 (16:10 +0100)]
Changes
lib/DBIx/Class/Fixtures.pm

diff --git a/Changes b/Changes
index 5bca9b9..f52180c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for DBIx-Class-Fixtures
 
+1.001021_01
+- add in option use_find_or_create
+
 1.001021
 - Applied patch to solve issue when trying to copy fixtures across volumes
 
index c5c4b2b..b734e9b 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.001022_01';
+our $VERSION = '1.001021_01';
 
 $VERSION = eval $VERSION;