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

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Tue Sep 1 01:11:46 GMT 2009


Author: t0m
Date: 2009-09-01 01:11:45 +0000 (Tue, 01 Sep 2009)
New Revision: 11282

Modified:
   Catalyst-Runtime/5.80/trunk/Changes
   Catalyst-Runtime/5.80/trunk/TODO
Log:
Changelog

Modified: Catalyst-Runtime/5.80/trunk/Changes
===================================================================
--- Catalyst-Runtime/5.80/trunk/Changes	2009-09-01 01:11:33 UTC (rev 11281)
+++ Catalyst-Runtime/5.80/trunk/Changes	2009-09-01 01:11:45 UTC (rev 11282)
@@ -1,5 +1,17 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+  Bug fixes:
+     - Fix t/optional_http-server.t test.
+     - Fix t/optional_http-server-restart.t test.
+
+  Refactoring / cleanups:
+     - Catalyst::Classdata now warns when class methods are called on instances.
+
+  Tests:
+     - Make the optional_http_server.t test an author only test which must be
+       run by authors to stop it being broken again.
+     - Fix recursion warnings in the test suites.
+
 5.80011 2009-08-23 13:48:15
 
   Bug fixes:

Modified: Catalyst-Runtime/5.80/trunk/TODO
===================================================================
--- Catalyst-Runtime/5.80/trunk/TODO	2009-09-01 01:11:33 UTC (rev 11281)
+++ Catalyst-Runtime/5.80/trunk/TODO	2009-09-01 01:11:45 UTC (rev 11282)
@@ -14,7 +14,7 @@
 # Compatibility warnings to add:
 
   - $self->config should warn as config should only ever be called as a
-    class method.
+    class method (TESTS).
 
 # Proposed functionality / feature additions:
 
@@ -40,7 +40,7 @@
 ## App / ctx split:
 
   NOTE - these are notes that t0m thought up after doing back compat for
-         _component_class, may be inaccurate, wrong or missing things
+         catalyst_component_class, may be inaccurate, wrong or missing things
          bug mst (at least) to correct before trying more than the first 2
          steps. Please knock yourself out on the first two however :)
 
@@ -60,4 +60,3 @@
   - Profit! (Things like changing the complete app config per vhost, i.e.
     writing a config loader / app class role which dispatches per vhost to
     differently configured apps is piss easy)
-




More information about the Catalyst-commits mailing list