naming_set went into the readonly accessor group by accident, fixed
[dbsrgits/DBIx-Class-Schema-Loader.git] / lib / DBIx / Class / Schema / Loader / Base.pm
index 006aaad..1a6d5a1 100644 (file)
@@ -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