Checking in changes prior to tagging of version 0.24. Changelog diff is: v0.24
authorTomas Doran <bobtfish@bobtfish.net>
Tue, 23 Jun 2009 08:16:31 +0000 (08:16 +0000)
committerTomas Doran <bobtfish@bobtfish.net>
Tue, 23 Jun 2009 08:16:31 +0000 (08:16 +0000)
commitf8f81744361da95c2b7f8a35c4e5aec63622e677
tree85e7a26814437eb36237c5517730a6c648669370
parente79a686c2d2b2cfba92d4d8b59bb95769e339782
Checking in changes prior to tagging of version 0.24.  Changelog diff is:

Index: Changes
===================================================================
--- Changes (revision 10553)
+++ Changes (working copy)
@@ -1,5 +1,11 @@
Revision history for Perl extension Catalyst::Plugin::Session

+0.24 2009-06-23
+        - Be more paranoid about getting values of $c->req to avoid issues
+          with old Test::WWW::Mechanize::Catalyst.
+        - Check we have a modern version of TWMC before doing the tests which
+          need it.
+
0.23 2009-06-16
- Add the verify_user_agent config parameter (kmx)
- Add a test case to prove that logging in with a session cookie still
Changes
lib/Catalyst/Plugin/Session.pm
t/05_semi_persistent_flash.t
t/live_app.t
t/live_session_fixation.t
t/live_verify_user_agent.t