[Catalyst-commits] r9930 - Catalyst-Runtime/5.80/trunk
autarch at dev.catalyst.perl.org
autarch at dev.catalyst.perl.org
Tue Apr 28 22:48:04 GMT 2009
Author: autarch
Date: 2009-04-28 23:48:03 +0100 (Tue, 28 Apr 2009)
New Revision: 9930
Modified:
Catalyst-Runtime/5.80/trunk/Changes
Log:
Add note to changes about dying on inline_constructor => 0
Modified: Catalyst-Runtime/5.80/trunk/Changes
===================================================================
--- Catalyst-Runtime/5.80/trunk/Changes 2009-04-28 22:46:51 UTC (rev 9929)
+++ Catalyst-Runtime/5.80/trunk/Changes 2009-04-28 22:48:03 UTC (rev 9930)
@@ -23,6 +23,10 @@
+ tests from RT#39369 (norbi)
- Partial rewrite and reoganisation of the C3 docs in
Catalyst::Upgrading based on feedback from kiffin (t0m)
+ - If you make your application class immutable and turn off
+ constructor inlining, Catalyst will die and tell you pass
+ the (replace_constructor => 1) argument to
+ make_immutable. (autarch)
5.80002 2009-04-22 01:28:36
- Fix CATALYST_DEBUG and MYAPP_DEBUG environment variables
More information about the Catalyst-commits
mailing list