X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAuthentication%2FCredential%2FHTTP.pm;h=e9804d9db227aec26480ee13c839abd2100ad2b7;hb=f3ed6bfb54bceb742abe95e1780ac5db2fe56502;hp=8d76f6cdcfbeea3dc3f6d0f4ac8ac60bd5b5369d;hpb=a3abf05a7a306bbc349a82265ba6441db14e9480;p=catagits%2FCatalyst-Authentication-Credential-HTTP.git diff --git a/lib/Catalyst/Authentication/Credential/HTTP.pm b/lib/Catalyst/Authentication/Credential/HTTP.pm index 8d76f6c..e9804d9 100644 --- a/lib/Catalyst/Authentication/Credential/HTTP.pm +++ b/lib/Catalyst/Authentication/Credential/HTTP.pm @@ -23,7 +23,7 @@ __PACKAGE__->mk_accessors(qw/ broken_dotnet_digest_without_query_string /); -our $VERSION = '1.014'; +our $VERSION = '1.015'; sub new { my ($class, $config, $app, $realm) = @_;