From: Tomas Doran Date: Wed, 19 Aug 2009 21:19:59 +0000 (+0000) Subject: Checking in changes prior to tagging of version 0.26. Changelog diff is: X-Git-Tag: v0.26^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6945eb54145ce4c3098ace9ab1fe8aedeebaa133;hp=a4bd5693511c6462684376f93ce86da36005fc76;p=catagits%2FCatalyst-Plugin-Session.git 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 --- diff --git a/Changes b/Changes index be00c06..1b37298 100644 --- a/Changes +++ b/Changes @@ -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