X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FPlugin%2FAuthentication%2FCredential%2FHTTP.pm;h=9183a7b06621a470e1900863aaf4279c41876fb8;hb=e9684b75e36759a90cdf18513300638b0cef4092;hp=19f46f46c76d34d705aa5c93f4f99f3259690cf1;hpb=18eacbdd60c7199245943eae31b7423f27f86d1f;p=catagits%2FCatalyst-Authentication-Credential-HTTP.git 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 ) = @_;