Skip to content

Commit ecb1afb

Browse files
committed
Version 0.10017
1 parent a10b2f9 commit ecb1afb

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Changes

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Revision history for Perl extension Catalyst::Plugin::Authentication
22

3+
0.10017 24 Jan 2010
4+
- Fix failing tests with the new PSGI Catalyst dev release
5+
36
0.10016 22 Jan 2010
47
- Move root actions out of applcation class in tests to remove
58
warnings in the latest Catalyst.
@@ -9,7 +12,7 @@ Revision history for Perl extension Catalyst::Plugin::Authentication
912
- Fix typos in documentation (RT#49476)
1013
- Fix compatibilty with Catalyst 5.70 (RT#50466)
1114
- Various documentation improvements
12-
- Fix Realm::Processive's authinfo_mungle option (RT#47106)
15+
- Fix Realm::Processive's authinfo_munge option (RT#47106)
1316

1417
0.10015 Tue Sep 1 01:40:36 BST 2009
1518

lib/Catalyst/Plugin/Authentication.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use Tie::RefHash;
1212
use Class::Inspector;
1313
use Catalyst::Authentication::Realm;
1414

15-
our $VERSION = "0.10016";
15+
our $VERSION = "0.10017";
1616

1717
sub set_authenticated {
1818
my ( $c, $user, $realmname ) = @_;

0 commit comments

Comments
 (0)