projects
/
dbsrgits/DBIx-Class-Fixtures.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
75d9325
)
upped version getting ready to send to cpan
John Napiorkowski [Thu, 13 Sep 2012 19:16:55 +0000 (15:16 -0400)]
lib/DBIx/Class/Fixtures.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/Fixtures.pm
b/lib/DBIx/Class/Fixtures.pm
index
5e0ae7b
..
5005c40
100644
(file)
--- a/
lib/DBIx/Class/Fixtures.pm
+++ b/
lib/DBIx/Class/Fixtures.pm
@@
-26,13
+26,7
@@
our $namespace_counter = 0;
__PACKAGE__->mk_group_accessors( 'simple' => qw/config_dir
_inherited_attributes debug schema_class dumped_objects config_attrs/);
-=head1 VERSION
-
-Version 1.001014
-
-=cut
-
-our $VERSION = '1.001015';
+our $VERSION = '1.001016';
=head1 NAME