projects
/
dbsrgits/DBIx-Class-Schema-Loader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9c703ff
)
naming_set went into the readonly accessor group by accident, fixed
Rafael Kitover [Mon, 16 May 2011 13:21:56 +0000 (09:21 -0400)]
lib/DBIx/Class/Schema/Loader/Base.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/Schema/Loader/Base.pm
b/lib/DBIx/Class/Schema/Loader/Base.pm
index
006aaad
..
1a6d5a1
100644
(file)
--- a/
lib/DBIx/Class/Schema/Loader/Base.pm
+++ b/
lib/DBIx/Class/Schema/Loader/Base.pm
@@
-64,7
+64,6
@@
__PACKAGE__->mk_group_ro_accessors('simple', qw/
monikers
dynamic
naming
- naming_set
datetime_timezone
datetime_locale
config_file
@@
-93,6
+92,7
@@
__PACKAGE__->mk_group_accessors('simple', qw/
result_roles_map
datetime_undef_if_invalid
_result_class_methods
+ naming_set
/);
=head1 NAME