Checking in changes prior to tagging of version 0.13. Changelog diff is: v0.13
authorTomas Doran <bobtfish@bobtfish.net>
Wed, 19 Aug 2009 21:27:07 +0000 (21:27 +0000)
committerTomas Doran <bobtfish@bobtfish.net>
Wed, 19 Aug 2009 21:27:07 +0000 (21:27 +0000)
commit679f4a58ec826086a27927f5d745c32d584295f8
tree34a4937be958f137a2f85729fa045d41d1edea46
parent54f23b71176c04b56e995bed63eabc8d40435927
Checking in changes prior to tagging of version 0.13.  Changelog diff is:

Index: Changes
===================================================================
--- Changes (revision 10953)
+++ Changes (working copy)
@@ -1,5 +1,14 @@
Revision history for Perl extension Catalyst::Plugin::Session::State::Cookie

+0.13    2009-08-19
+        - Remove Test::MockObject from the test suite as prone to failing on
+          some platforms and perl versions due to its UNIVERSAL:: package
+          dependencies.
+        - Remove Class::Accessor::Fast and replace with Moose. This allows
+          us to not have a ->new method, This is more correct for Plugins
+          and also means that Catalyst is not forced to invoke the scary
+          replace_constructor at scope end handling.
+
0.12    2009-07-18
- Introduced a new option cookie_httponly
- Option cookie_secure extended (old syntax fully supported)
Changes
Makefile.PL
lib/Catalyst/Plugin/Session/State/Cookie.pm
t/basic.t
t/no_new_method.t [new file with mode: 0644]