[Catalyst-commits] r13928 - in
Catalyst-Plugin-Authentication/0.10000/trunk: . lib/Catalyst/Plugin
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Mon Jan 24 23:31:08 GMT 2011
Author: t0m
Date: 2011-01-24 23:31:08 +0000 (Mon, 24 Jan 2011)
New Revision: 13928
Modified:
Catalyst-Plugin-Authentication/0.10000/trunk/Changes
Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Plugin/Authentication.pm
Log:
Version 0.10017
Modified: Catalyst-Plugin-Authentication/0.10000/trunk/Changes
===================================================================
--- Catalyst-Plugin-Authentication/0.10000/trunk/Changes 2011-01-24 23:28:27 UTC (rev 13927)
+++ Catalyst-Plugin-Authentication/0.10000/trunk/Changes 2011-01-24 23:31:08 UTC (rev 13928)
@@ -1,5 +1,8 @@
Revision history for Perl extension Catalyst::Plugin::Authentication
+0.10017 24 Jan 2010
+ - Fix failing tests with the new PSGI Catalyst dev release
+
0.10016 22 Jan 2010
- Move root actions out of applcation class in tests to remove
warnings in the latest Catalyst.
@@ -9,7 +12,7 @@
- Fix typos in documentation (RT#49476)
- Fix compatibilty with Catalyst 5.70 (RT#50466)
- Various documentation improvements
- - Fix Realm::Processive's authinfo_mungle option (RT#47106)
+ - Fix Realm::Processive's authinfo_munge option (RT#47106)
0.10015 Tue Sep 1 01:40:36 BST 2009
Modified: Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Plugin/Authentication.pm
===================================================================
--- Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Plugin/Authentication.pm 2011-01-24 23:28:27 UTC (rev 13927)
+++ Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Plugin/Authentication.pm 2011-01-24 23:31:08 UTC (rev 13928)
@@ -12,7 +12,7 @@
use Class::Inspector;
use Catalyst::Authentication::Realm;
-our $VERSION = "0.10016";
+our $VERSION = "0.10017";
sub set_authenticated {
my ( $c, $user, $realmname ) = @_;
More information about the Catalyst-commits
mailing list