[Catalyst-commits] r9158 - Catalyst-Runtime/5.80/trunk

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Mon Feb 2 12:01:53 GMT 2009


Author: t0m
Date: 2009-02-02 12:01:52 +0000 (Mon, 02 Feb 2009)
New Revision: 9158

Modified:
   Catalyst-Runtime/5.80/trunk/TODO
Log:
Note that regex fallback errors and docs could be more helpful

Modified: Catalyst-Runtime/5.80/trunk/TODO
===================================================================
--- Catalyst-Runtime/5.80/trunk/TODO	2009-02-02 11:10:02 UTC (rev 9157)
+++ Catalyst-Runtime/5.80/trunk/TODO	2009-02-02 12:01:52 UTC (rev 9158)
@@ -15,6 +15,11 @@
 
    - Catalyst/Upgrading.pod needs brushing up
 
+   - Warning when you pass $c->model("MyApp::Model::Foo") is the generic 
+     warning for regex fall back. Should be more specific about what you 
+     screwed up, and the docs for $c->model should be more explicit about
+     what is expected. This probably also applies to view/controller.
+
 Profiling:
 
   - vs 5.70 and optimisation as needed.




More information about the Catalyst-commits mailing list