X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAuthentication%2FCredential%2FHTTP.pm;h=66db13ca038800d93730794ba5c6f180534bb176;hb=bd020dd7fa79594f8549e240f498107af253bc85;hp=135283598d27a175c98648d4f4550a424f723249;hpb=d941289628aa271d9015d709290dcc9ef5d6395f;p=catagits%2FCatalyst-Authentication-Credential-HTTP.git diff --git a/lib/Catalyst/Authentication/Credential/HTTP.pm b/lib/Catalyst/Authentication/Credential/HTTP.pm index 1352835..66db13c 100644 --- a/lib/Catalyst/Authentication/Credential/HTTP.pm +++ b/lib/Catalyst/Authentication/Credential/HTTP.pm @@ -20,7 +20,7 @@ __PACKAGE__->mk_accessors(qw/ use_uri_for /); -our $VERSION = '1.011'; +our $VERSION = '1.012'; sub new { my ($class, $config, $app, $realm) = @_;