projects
/
dbsrgits/DBIx-Class-Fixtures.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
dcf3c1c
)
1.001023
v1.001023
skaufman [Wed, 13 Aug 2014 21:20:02 +0000 (22:20 +0100)]
Changes
patch
|
blob
|
blame
|
history
lib/DBIx/Class/Fixtures.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
4e72488
..
7d6d578
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,6
+1,6
@@
Revision history for DBIx-Class-Fixtures
-1.001022
+{{$NEXT}}
- No change from last version
1.001021_01
diff --git
a/lib/DBIx/Class/Fixtures.pm
b/lib/DBIx/Class/Fixtures.pm
index
808ffaf
..
f674b19
100644
(file)
--- a/
lib/DBIx/Class/Fixtures.pm
+++ b/
lib/DBIx/Class/Fixtures.pm
@@
-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';
+our $VERSION = '1.001023';
$VERSION = eval $VERSION;