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

rafl at dev.catalyst.perl.org rafl at dev.catalyst.perl.org
Tue Jan 4 12:12:20 GMT 2011


Author: rafl
Date: 2011-01-04 12:12:20 +0000 (Tue, 04 Jan 2011)
New Revision: 13903

Modified:
   Catalyst-Runtime/5.80/trunk/Changes
Log:
Changelog the Package::Stash bugfix

Modified: Catalyst-Runtime/5.80/trunk/Changes
===================================================================
--- Catalyst-Runtime/5.80/trunk/Changes	2011-01-04 12:12:16 UTC (rev 13902)
+++ Catalyst-Runtime/5.80/trunk/Changes	2011-01-04 12:12:20 UTC (rev 13903)
@@ -20,6 +20,14 @@
     to a URI path /*/* made out of 3 actions. Please check your applications
     if you are using chained action and please write new test to report
     failing case.
+  - Stop relying on bugs in the pure-perl version of Package::Stash. New
+    versions of Package::Stash load Package::Stash::XS if
+    available. Package::Stash::XS fixes some of the bugs of the pure-perl
+    version, exposing our faulty assumption and breaking things. We now work
+    with both old and new versions of Package::Stash, both with and without
+    Package::Stash::XS being installed. Older versions of Catalyst-Runtime also
+    work with both old and new versions of Package::Stash, but only if
+    Package::Stash::XS is *not* installed.
 
  Documentation:
   - Clarify that when forwarding or detaching, the end action associated




More information about the Catalyst-commits mailing list