Update version in Build.PL
[catagits/Catalyst-Plugin-Session-State-Cookie.git] / Changes
CommitLineData
7022ec4c 1Revision history for Perl extension Catalyst::Plugin::Session::State::Cookie
2
3e8b97ed 30.04
4 - Depend on a higher version of C::P::Session
5
458ed7d4 60.03
7 - refactored make_session_cookie to separate calc_expiry, and made
8 that easily overloadable.
9 - updated for the new state API (get_session_id, set_session_id, etc)
1e986fd5 10
f7f7fa5e 110.02 2005-12-28 13:51:00
7022ec4c 12 - Fixed cookie_expires to support browser session cookies.
33516e37 13 - Renamed default cookie name from just 'session' to
14 'yourapp_session' to allow several applications on the same domain
15 to exist without conflict (LTJake)
7022ec4c 16
170.01 2005-11-14 12:45:00
18 - Initial release.