upped version ready for release
Luke Saunders [Wed, 11 Aug 2010 15:03:16 +0000 (17:03 +0200)]
Changes
lib/DBIx/Class/Fixtures.pm

diff --git a/Changes b/Changes
index 2a19336..4bddce9 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for DBIx-Class-Fixtures
 
+1.001010
+- Fixed docs to use double quotes which is valid JSON
+
+1.001009
 - Force operations to work inside a transaction so with_deferred_fks actually works.
 
 1.001008
index 2d244b6..0fa5963 100644 (file)
@@ -26,11 +26,11 @@ __PACKAGE__->mk_group_accessors( 'simple' => qw/config_dir
 
 =head1 VERSION
 
-Version 1.001008
+Version 1.001010
 
 =cut
 
-our $VERSION = '1.001008';
+our $VERSION = '1.001010';
 
 =head1 NAME