[Catalyst-commits] r11747 - Catalyst-Plugin-Session/0.00/trunk
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Wed Nov 4 22:42:04 GMT 2009
Author: t0m
Date: 2009-11-04 22:42:04 +0000 (Wed, 04 Nov 2009)
New Revision: 11747
Modified:
Catalyst-Plugin-Session/0.00/trunk/
Catalyst-Plugin-Session/0.00/trunk/Changes
Log:
Changelog
Property changes on: Catalyst-Plugin-Session/0.00/trunk
___________________________________________________________________
Name: svn:ignore
- MANIFEST.bak
pm_to_blib
inc
Makefile
Makefile.old
MANIFEST
README
META.yml
Build
_build
blib
+ Catalyst-Plugin-Session-*
MANIFEST.bak
pm_to_blib
inc
Makefile
Makefile.old
MANIFEST
README
META.yml
Build
_build
blib
Modified: Catalyst-Plugin-Session/0.00/trunk/Changes
===================================================================
--- Catalyst-Plugin-Session/0.00/trunk/Changes 2009-11-04 22:40:15 UTC (rev 11746)
+++ Catalyst-Plugin-Session/0.00/trunk/Changes 2009-11-04 22:42:04 UTC (rev 11747)
@@ -1,5 +1,8 @@
Revision history for Perl extension Catalyst::Plugin::Session
+ - Allow ->session to be used as a setter method so that you can say
+ ->session( key => $value );
+
0.28 2009-10-29
- Fix session fixation test with LWP 5.833 by calling $cookie_jar->set_cookie
rather than manually stuffing the cookie in the request.
More information about the Catalyst-commits
mailing list