[Catalyst-commits] r8447 - in
Catalyst-Authentication-Credential-HTTP/1.000/trunk: .
lib/Catalyst/Authentication/Credential
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Thu Sep 25 23:09:36 BST 2008
Author: t0m
Date: 2008-09-25 23:09:36 +0100 (Thu, 25 Sep 2008)
New Revision: 8447
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.005. Changelog diff is:
=== Changes
==================================================================
--- Changes (revision 7560)
+++ Changes (local)
@@ -1,7 +1,8 @@
-1.005 2008-09-XX
+1.005 2008-09-25
- Added better description of the use of the domains and
use_uri_for options (info culled from RFC2617).
- - Split init method out to make this module easier to sub-class.
+ - Split init method out to make this module easier to sub-class
+ (used by Catalyst::Authentication::HTTP::Proxy).
1.004 2008-09-12
- Add tests for use_uri_for configuration options.
Modified: Catalyst-Authentication-Credential-HTTP/1.000/trunk/Changes
===================================================================
--- Catalyst-Authentication-Credential-HTTP/1.000/trunk/Changes 2008-09-24 21:35:19 UTC (rev 8446)
+++ Catalyst-Authentication-Credential-HTTP/1.000/trunk/Changes 2008-09-25 22:09:36 UTC (rev 8447)
@@ -1,7 +1,8 @@
-1.005 2008-09-XX
+1.005 2008-09-25
- Added better description of the use of the domains and
use_uri_for options (info culled from RFC2617).
- - Split init method out to make this module easier to sub-class.
+ - Split init method out to make this module easier to sub-class
+ (used by Catalyst::Authentication::HTTP::Proxy).
1.004 2008-09-12
- Add tests for use_uri_for configuration options.
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 2008-09-24 21:35:19 UTC (rev 8446)
+++ Catalyst-Authentication-Credential-HTTP/1.000/trunk/lib/Catalyst/Authentication/Credential/HTTP.pm 2008-09-25 22:09:36 UTC (rev 8447)
@@ -13,7 +13,7 @@
__PACKAGE__->mk_accessors(qw/_config realm/);
}
-our $VERSION = "1.004";
+our $VERSION = "1.005";
sub new {
my ($class, $config, $app, $realm) = @_;
More information about the Catalyst-commits
mailing list