Version bump plus changelog for C::P::Authentication v0.02
Yuval Kogman [Mon, 28 Nov 2005 12:54:12 +0000 (12:54 +0000)]
Changes [new file with mode: 0644]
lib/Catalyst/Plugin/Authentication.pm

diff --git a/Changes b/Changes
new file mode 100644 (file)
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.
+
+
index 758dbfb..52adb48 100644 (file)
@@ -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 ) = @_;