X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAuthentication%2FCredential%2FHTTP.pm;h=756940bbf5d3afbbefdf57e8711e9525134d79a9;hb=6cd8c8c7d08ee9846718912d2733dec956341eee;hp=d4912a529501ae306c12c22a83b4b16e3170e4ea;hpb=e727ec3c0b8b8b6abc4f7ca5acdc9795e4b4f82a;p=catagits%2FCatalyst-Authentication-Credential-HTTP.git 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) = @_;