From: Tomas Doran Date: Thu, 25 Sep 2008 22:09:36 +0000 (+0000) Subject: Checking in changes prior to tagging of version 1.005. Changelog diff is: X-Git-Tag: v1.005^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6cd8c8c7d08ee9846718912d2733dec956341eee;hp=e727ec3c0b8b8b6abc4f7ca5acdc9795e4b4f82a;p=catagits%2FCatalyst-Authentication-Credential-HTTP.git 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. --- diff --git a/Changes b/Changes index 2029ae4..950e6dc 100644 --- a/Changes +++ b/Changes @@ -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. diff --git a/lib/Catalyst/Authentication/Credential/HTTP.pm b/lib/Catalyst/Authentication/Credential/HTTP.pm index d4912a5..756940b 100644 --- a/lib/Catalyst/Authentication/Credential/HTTP.pm +++ b/lib/Catalyst/Authentication/Credential/HTTP.pm @@ -13,7 +13,7 @@ BEGIN { __PACKAGE__->mk_accessors(qw/_config realm/); } -our $VERSION = "1.004"; +our $VERSION = "1.005"; sub new { my ($class, $config, $app, $realm) = @_;