From: Yuval Kogman Date: Mon, 28 Nov 2005 12:54:12 +0000 (+0000) Subject: Version bump plus changelog for C::P::Authentication X-Git-Tag: v0.02^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e09a839c4b37f232e271fd8dd4509b900c13395a;p=catagits%2FCatalyst-Plugin-Authentication.git Version bump plus changelog for C::P::Authentication --- diff --git a/Changes b/Changes new file mode 100644 index 0000000..d8f9509 --- /dev/null +++ b/Changes @@ -0,0 +1,6 @@ +0.02 + - Fixed a typo (PLugin instead of Plugin) that caused user objects + to not be restored from the session properly. Modified test suite + to actually test for this case. + + diff --git a/lib/Catalyst/Plugin/Authentication.pm b/lib/Catalyst/Plugin/Authentication.pm index 758dbfb..52adb48 100644 --- a/lib/Catalyst/Plugin/Authentication.pm +++ b/lib/Catalyst/Plugin/Authentication.pm @@ -20,7 +20,7 @@ use Class::Inspector; # constant->import(have_want => eval { require Want }); #} -our $VERSION = "0.01"; +our $VERSION = "0.02"; sub set_authenticated { my ( $c, $user ) = @_;