From: Rafael Kitover Date: Mon, 16 May 2011 13:21:56 +0000 (-0400) Subject: naming_set went into the readonly accessor group by accident, fixed X-Git-Tag: 0.07011~119 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-Schema-Loader.git;a=commitdiff_plain;h=7cbfc0c178d368a5aaf587cade3b167db1ced8ad naming_set went into the readonly accessor group by accident, fixed --- diff --git a/lib/DBIx/Class/Schema/Loader/Base.pm b/lib/DBIx/Class/Schema/Loader/Base.pm index 006aaad..1a6d5a1 100644 --- 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