[Catalyst-commits] r10995 - in Catalyst-Runtime/5.80/trunk: . lib

hobbs at dev.catalyst.perl.org hobbs at dev.catalyst.perl.org
Wed Jul 29 00:59:19 GMT 2009


Author: hobbs
Date: 2009-07-29 00:59:19 +0000 (Wed, 29 Jul 2009)
New Revision: 10995

Modified:
   Catalyst-Runtime/5.80/trunk/Changes
   Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm
Log:
Update Changes and add me to Contributors

Modified: Catalyst-Runtime/5.80/trunk/Changes
===================================================================
--- Catalyst-Runtime/5.80/trunk/Changes	2009-07-29 00:33:25 UTC (rev 10994)
+++ Catalyst-Runtime/5.80/trunk/Changes	2009-07-29 00:59:19 UTC (rev 10995)
@@ -3,8 +3,6 @@
   Bug fixes:
        - Fix replace_constructor warning to actually work if you make your
          application class immutable without that option.
-       - Fix POD to refer to ->config(key => $val), rather than
-         ->config->{key} = $val, as the latter form is deprecated.
        - Depend on Module::Pluggable 3.9 to prevent a bug wherein components
          in inner packages might not be registered. This especially affected
          tests.
@@ -17,6 +15,11 @@
   New features:
        - private_path method for Catalyst::Action + docs + tests (groditi)
 
+  Documentation:
+       - Fix POD to refer to ->config(key => $val), rather than
+         ->config->{key} = $val, as the latter form is deprecated.
+       - Clearer docs for the 'uri_for' method.
+
 5.80007 2009-06-30 23:54:34
 
   Bug fixes:

Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm	2009-07-29 00:33:25 UTC (rev 10994)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm	2009-07-29 00:59:19 UTC (rev 10995)
@@ -2740,6 +2740,8 @@
 
 Geoff Richards
 
+hobbs: Andrew Rodland <andrew at cleverdomain.org>
+
 ilmari: Dagfinn Ilmari Mannsåker <ilmari at ilmari.org>
 
 jcamacho: Juan Camacho




More information about the Catalyst-commits mailing list