[Catalyst-commits] r13020 - in
Catalyst-Authentication-Credential-HTTP/1.000/trunk: .
lib/Catalyst/Authentication/Credential
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Sun Mar 7 21:06:10 GMT 2010
Author: t0m
Date: 2010-03-07 21:06:10 +0000 (Sun, 07 Mar 2010)
New Revision: 13020
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.012. Changelog diff is:
Index: Changes
===================================================================
--- Changes (revision 13017)
+++ Changes (working copy)
@@ -1,3 +1,6 @@
+1.012 2010-03-07
+ - Move actions out of the test applications to stop warnings.
+
- Make Pod tests author only.
1.011 2009-06-26
Modified: Catalyst-Authentication-Credential-HTTP/1.000/trunk/Changes
===================================================================
--- Catalyst-Authentication-Credential-HTTP/1.000/trunk/Changes 2010-03-07 21:05:57 UTC (rev 13019)
+++ Catalyst-Authentication-Credential-HTTP/1.000/trunk/Changes 2010-03-07 21:06:10 UTC (rev 13020)
@@ -1,3 +1,6 @@
+1.012 2010-03-07
+ - Move actions out of the test applications to stop warnings.
+
- Make Pod tests author only.
1.011 2009-06-26
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-03-07 21:05:57 UTC (rev 13019)
+++ Catalyst-Authentication-Credential-HTTP/1.000/trunk/lib/Catalyst/Authentication/Credential/HTTP.pm 2010-03-07 21:06:10 UTC (rev 13020)
@@ -20,7 +20,7 @@
use_uri_for
/);
-our $VERSION = '1.011';
+our $VERSION = '1.012';
sub new {
my ($class, $config, $app, $realm) = @_;
More information about the Catalyst-commits
mailing list