From: Florian Ragwitz Date: Tue, 4 Jan 2011 12:12:20 +0000 (+0000) Subject: Changelog the Package::Stash bugfix X-Git-Tag: 5.80030~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=efc2aac071a59ef5156d77fdd6e22d38bc41496e Changelog the Package::Stash bugfix --- diff --git a/Changes b/Changes index b86674d..f515f57 100644 --- a/Changes +++ b/Changes @@ -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