File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for Perl extension Catalyst::Plugin::Authentication
2
2
3
+ 0.10017 24 Jan 2010
4
+ - Fix failing tests with the new PSGI Catalyst dev release
5
+
3
6
0.10016 22 Jan 2010
4
7
- Move root actions out of applcation class in tests to remove
5
8
warnings in the latest Catalyst.
@@ -9,7 +12,7 @@ Revision history for Perl extension Catalyst::Plugin::Authentication
9
12
- Fix typos in documentation (RT#49476)
10
13
- Fix compatibilty with Catalyst 5.70 (RT#50466)
11
14
- Various documentation improvements
12
- - Fix Realm::Processive's authinfo_mungle option (RT#47106)
15
+ - Fix Realm::Processive's authinfo_munge option (RT#47106)
13
16
14
17
0.10015 Tue Sep 1 01:40:36 BST 2009
15
18
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ use Tie::RefHash;
12
12
use Class::Inspector;
13
13
use Catalyst::Authentication::Realm;
14
14
15
- our $VERSION = " 0.10016 " ;
15
+ our $VERSION = " 0.10017 " ;
16
16
17
17
sub set_authenticated {
18
18
my ( $c , $user , $realmname ) = @_ ;
You can’t perform that action at this time.
0 commit comments