[Bast-commits] r8245 - branches/DBIx-Class-Schema-Loader/current/lib/DBIx/Class/Schema/Loader

jhannah at dev.catalyst.perl.org jhannah at dev.catalyst.perl.org
Thu Jan 7 01:24:45 GMT 2010


Author: jhannah
Date: 2010-01-07 01:24:44 +0000 (Thu, 07 Jan 2010)
New Revision: 8245

Modified:
   branches/DBIx-Class-Schema-Loader/current/lib/DBIx/Class/Schema/Loader/Base.pm
Log:
By default luser-opts singularizes to LuserOpt.


Modified: branches/DBIx-Class-Schema-Loader/current/lib/DBIx/Class/Schema/Loader/Base.pm
===================================================================
--- branches/DBIx-Class-Schema-Loader/current/lib/DBIx/Class/Schema/Loader/Base.pm	2010-01-07 00:44:06 UTC (rev 8244)
+++ branches/DBIx-Class-Schema-Loader/current/lib/DBIx/Class/Schema/Loader/Base.pm	2010-01-07 01:24:44 UTC (rev 8245)
@@ -213,7 +213,7 @@
     ---------------------------
     luser       | Luser
     luser_group | LuserGroup
-    luser-opts  | LuserOpts
+    luser-opts  | LuserOpt
 
 =head2 inflect_plural
 




More information about the Bast-commits mailing list