[Catalyst-commits] r10471 - in
Catalyst-Authentication-Credential-HTTP/0.00/trunk: .
lib/Catalyst/Plugin/Authentication/Credential
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Sun Jun 7 16:21:27 GMT 2009
Author: t0m
Date: 2009-06-07 16:21:27 +0000 (Sun, 07 Jun 2009)
New Revision: 10471
Modified:
Catalyst-Authentication-Credential-HTTP/0.00/trunk/Changes
Catalyst-Authentication-Credential-HTTP/0.00/trunk/lib/Catalyst/Plugin/Authentication/Credential/HTTP.pm
Log:
Add 0.12, which was just a deprecation notice
Modified: Catalyst-Authentication-Credential-HTTP/0.00/trunk/Changes
===================================================================
--- Catalyst-Authentication-Credential-HTTP/0.00/trunk/Changes 2009-06-07 16:19:28 UTC (rev 10470)
+++ Catalyst-Authentication-Credential-HTTP/0.00/trunk/Changes 2009-06-07 16:21:27 UTC (rev 10471)
@@ -1,4 +1,7 @@
-0.11 2008-11-12
+0.12 2008-09-11
+ - Added deprecation notice to module.
+
+0.11 2008-08-12
- Changed cache modules used in the tests to not be deprecated.
- Fix RT#31036, and comply with RFC2617 Section 1.2.
Modified: Catalyst-Authentication-Credential-HTTP/0.00/trunk/lib/Catalyst/Plugin/Authentication/Credential/HTTP.pm
===================================================================
--- Catalyst-Authentication-Credential-HTTP/0.00/trunk/lib/Catalyst/Plugin/Authentication/Credential/HTTP.pm 2009-06-07 16:19:28 UTC (rev 10470)
+++ Catalyst-Authentication-Credential-HTTP/0.00/trunk/lib/Catalyst/Plugin/Authentication/Credential/HTTP.pm 2009-06-07 16:21:27 UTC (rev 10471)
@@ -11,7 +11,7 @@
use Catalyst ();
use Digest::MD5 ();
-our $VERSION = "0.11";
+our $VERSION = "0.12";
sub authenticate_http {
my ( $c, @args ) = @_;
@@ -371,8 +371,8 @@
=head1 NAME
-Catalyst::Plugin::Authentication::Credential::HTTP - HTTP Basic and Digest authentication
-for Catalyst.
+Catalyst::Plugin::Authentication::Credential::HTTP - Superseded / deprecated module
+providing HTTP Basic and Digest authentication for Catalyst applications.
=head1 SYNOPSIS
@@ -407,6 +407,20 @@
$c->error(0);
}
+=head1 DEPRECATION NOTICE
+
+Please note that this module is B<DEPRECATED>, it has been Superseded by
+L<Catalyst::Authentication::Credential::HTTP>, please use that module in
+any new projects.
+
+Porting existing projects to use the new module should also be easy, and
+if there are any facilities in this module which you cannot see how to achieve
+in the new module then I<please contact the maintainer> as this is a bug and
+I<will be fixed>.
+
+Let me say that again: B<THIS MODULE IS NOT SUPPORTED>, use
+L<Catalyst::Authentication::Credential::HTTP> instead.
+
=head1 DESCRIPTION
This moduule lets you use HTTP authentication with
More information about the Catalyst-commits
mailing list