Add 0.12, which was just a deprecation notice v0.12
Tomas Doran [Sun, 7 Jun 2009 16:21:27 +0000 (16:21 +0000)]
Changes
lib/Catalyst/Plugin/Authentication/Credential/HTTP.pm

diff --git a/Changes b/Changes
index 70fb4eb..e72e98a 100644 (file)
--- a/Changes
+++ b/Changes
@@ -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.
 
index b721f96..e944ec0 100644 (file)
@@ -11,7 +11,7 @@ use URI::Escape    ();
 use Catalyst       ();
 use Digest::MD5    ();
 
-our $VERSION = "0.11";
+our $VERSION = "0.12";
 
 sub authenticate_http {
     my ( $c, @args ) = @_;
@@ -371,8 +371,8 @@ __END__
 
 =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 @@ for Catalyst.
         $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