Changelog
skaufman [Wed, 13 Aug 2014 21:15:54 +0000 (22:15 +0100)]
Changes
lib/DBIx/Class/Fixtures.pm

diff --git a/Changes b/Changes
index f52180c..4e72488 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for DBIx-Class-Fixtures
 
+1.001022
+- No change from last version
+
 1.001021_01
 - add in option use_find_or_create
 
index b734e9b..808ffaf 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.001021_01';
+our $VERSION = '1.001022';
 
 $VERSION = eval $VERSION;