From: Tomas Doran Date: Sun, 7 Mar 2010 21:06:10 +0000 (+0000) Subject: Checking in changes prior to tagging of version 1.012. Changelog diff is: X-Git-Tag: v1.012^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Authentication-Credential-HTTP.git;a=commitdiff_plain;h=bd020dd7fa79594f8549e240f498107af253bc85 Checking in changes prior to tagging of version 1.012. Changelog diff is: Index: Changes =================================================================== --- Changes (revision 13017) +++ Changes (working copy) @@ -1,3 +1,6 @@ +1.012 2010-03-07 + - Move actions out of the test applications to stop warnings. + - Make Pod tests author only. 1.011 2009-06-26 --- diff --git a/Changes b/Changes index d278e99..5d23d37 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,6 @@ +1.012 2010-03-07 + - Move actions out of the test applications to stop warnings. + - Make Pod tests author only. 1.011 2009-06-26 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) = @_;