projects
/
dbsrgits/DBIx-Class-Fixtures.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9b7171c
)
upped version ready for release
Luke Saunders [Wed, 11 Aug 2010 15:03:16 +0000 (17:03 +0200)]
Changes
patch
|
blob
|
blame
|
history
lib/DBIx/Class/Fixtures.pm
patch
|
blob
|
blame
|
history
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
diff --git
a/lib/DBIx/Class/Fixtures.pm
b/lib/DBIx/Class/Fixtures.pm
index
2d244b6
..
0fa5963
100644
(file)
--- a/
lib/DBIx/Class/Fixtures.pm
+++ b/
lib/DBIx/Class/Fixtures.pm
@@
-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