[Catalyst-commits] r13848 - in
Catalyst-Authentication-Credential-HTTP/1.000/trunk: .
lib/Catalyst/Authentication/Credential
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Tue Dec 14 22:03:04 GMT 2010
Author: t0m
Date: 2010-12-14 22:03:04 +0000 (Tue, 14 Dec 2010)
New Revision: 13848
Modified:
Catalyst-Authentication-Credential-HTTP/1.000/trunk/Changes
Catalyst-Authentication-Credential-HTTP/1.000/trunk/lib/Catalyst/Authentication/Credential/HTTP.pm
Log:
Checking in changes prior to tagging of version 1.013. Changelog diff is:
Index: Changes
===================================================================
--- Changes (revision 13842)
+++ Changes (working copy)
@@ -1,3 +1,4 @@
+1.013 2010-12-14
- Call store_digest_authorization_nonce() instead of $c->cache->set()
in authenticate_digest() (RT#63669) (rjk)
- Make Test::Exception and Test::MockObject be listed as test_requires
Modified: Catalyst-Authentication-Credential-HTTP/1.000/trunk/Changes
===================================================================
--- Catalyst-Authentication-Credential-HTTP/1.000/trunk/Changes 2010-12-14 20:32:17 UTC (rev 13847)
+++ Catalyst-Authentication-Credential-HTTP/1.000/trunk/Changes 2010-12-14 22:03:04 UTC (rev 13848)
@@ -1,3 +1,4 @@
+1.013 2010-12-14
- Call store_digest_authorization_nonce() instead of $c->cache->set()
in authenticate_digest() (RT#63669) (rjk)
- Make Test::Exception and Test::MockObject be listed as test_requires
Modified: Catalyst-Authentication-Credential-HTTP/1.000/trunk/lib/Catalyst/Authentication/Credential/HTTP.pm
===================================================================
--- Catalyst-Authentication-Credential-HTTP/1.000/trunk/lib/Catalyst/Authentication/Credential/HTTP.pm 2010-12-14 20:32:17 UTC (rev 13847)
+++ Catalyst-Authentication-Credential-HTTP/1.000/trunk/lib/Catalyst/Authentication/Credential/HTTP.pm 2010-12-14 22:03:04 UTC (rev 13848)
@@ -20,7 +20,7 @@
use_uri_for
/);
-our $VERSION = '1.012';
+our $VERSION = '1.013';
sub new {
my ($class, $config, $app, $realm) = @_;
More information about the Catalyst-commits
mailing list