Checking in changes prior to tagging of version 0.26. Changelog diff is: v0.26
authorTomas Doran <bobtfish@bobtfish.net>
Wed, 19 Aug 2009 21:19:59 +0000 (21:19 +0000)
committerTomas Doran <bobtfish@bobtfish.net>
Wed, 19 Aug 2009 21:19:59 +0000 (21:19 +0000)
commit6945eb54145ce4c3098ace9ab1fe8aedeebaa133
treeef0ab449cc4eb79a5ca758efa0d6ffca6e1ec868
parenta4bd5693511c6462684376f93ce86da36005fc76
Checking in changes prior to tagging of version 0.26.  Changelog diff is:

Index: Changes
===================================================================
--- Changes (revision 11171)
+++ Changes (working copy)
@@ -1,7 +1,9 @@
Revision history for Perl extension Catalyst::Plugin::Session

0.26 2009-08-19
-        - Remove Test::MockObject from the test suite as it is full of fail.
+        - Remove Test::MockObject from the test suite as prone to failing on
+          some platforms and perl versions due to it's UNIVERSAL:: package
+          dependencies.

0.25 2009-07-08
- Add the a change_session_id method which can be called after
Changes