[Catalyst-commits] r11953 - Catalyst-Runtime/5.80/trunk
rafl at dev.catalyst.perl.org
rafl at dev.catalyst.perl.org
Sat Nov 21 01:43:30 GMT 2009
Author: rafl
Date: 2009-11-21 01:43:28 +0000 (Sat, 21 Nov 2009)
New Revision: 11953
Modified:
Catalyst-Runtime/5.80/trunk/Changes
Log:
More changelogging.
Modified: Catalyst-Runtime/5.80/trunk/Changes
===================================================================
--- Catalyst-Runtime/5.80/trunk/Changes 2009-11-21 01:43:12 UTC (rev 11952)
+++ Catalyst-Runtime/5.80/trunk/Changes 2009-11-21 01:43:28 UTC (rev 11953)
@@ -42,6 +42,11 @@
proper PATH_INFO and SCRIPT_NAME processing for non-root applications
- Enable Catalyst::Utils::home() to find home within Dist::Zilla built
distributions
+ - Added the Catalyst::Exception::Interface role defining the interface
+ exception classes need to implement.
+ - Added Catalyst::Exception::Basic as a basic implementation of
+ Catalyst::Exception::Interface and made the existing exception classes
+ use it.
Refactoring / cleanups:
- Remove documentation for the case_sensitive setting
More information about the Catalyst-commits
mailing list