From: Yuval Kogman Date: Tue, 12 Sep 2006 11:27:39 +0000 (+0000) Subject: version bump and changelog X-Git-Tag: v0.11~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Authentication-Credential-HTTP.git;a=commitdiff_plain;h=e9684b75e36759a90cdf18513300638b0cef4092 version bump and changelog --- diff --git a/Changes b/Changes new file mode 100644 index 0000000..fcc8022 --- /dev/null +++ b/Changes @@ -0,0 +1,5 @@ +0.07 + - Applied Ton Voon's patch that fixed option propagation for basic auth. + +0.06 + - Refactored internals into smaller methods diff --git a/lib/Catalyst/Plugin/Authentication/Credential/HTTP.pm b/lib/Catalyst/Plugin/Authentication/Credential/HTTP.pm index 19f46f4..9183a7b 100644 --- a/lib/Catalyst/Plugin/Authentication/Credential/HTTP.pm +++ b/lib/Catalyst/Plugin/Authentication/Credential/HTTP.pm @@ -11,7 +11,7 @@ use URI::Escape (); use Catalyst (); use Digest::MD5 (); -our $VERSION = "0.06"; +our $VERSION = "0.07"; sub authenticate_http { my ( $c, @args ) = @_;