X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FPlugin%2FSession.pm;h=72902663bb311c4137ac959898e5fc6d2faa79cf;hb=e79a686c2d2b2cfba92d4d8b59bb95769e339782;hp=4fdb4f2059136eccd1f9e259fc228e40e3864ac0;hpb=b97042c09c997845f4a03872dc4464b3014640ff;p=catagits%2FCatalyst-Plugin-Session.git diff --git a/lib/Catalyst/Plugin/Session.pm b/lib/Catalyst/Plugin/Session.pm index 4fdb4f2..7290266 100644 --- a/lib/Catalyst/Plugin/Session.pm +++ b/lib/Catalyst/Plugin/Session.pm @@ -13,7 +13,7 @@ use Carp; use namespace::clean -except => 'meta'; -our $VERSION = '0.22'; +our $VERSION = '0.23'; my @session_data_accessors; # used in delete_session @@ -974,7 +974,7 @@ This value is only populated if C is true in the configuration. =item __user_agent -The value of C<< $c->request->user_agent>> at the time the session was created. +The value of C<< $c->request->user_agent >> at the time the session was created. This value is only populated if C is true in the configuration. =back