Updated (re-generated) README.
Norbert Buchmuller [Fri, 2 Apr 2010 07:33:34 +0000 (07:33 +0000)]
README

diff --git a/README b/README
index 400bcf4..7f28ce9 100644 (file)
--- a/README
+++ b/README
@@ -18,6 +18,9 @@ SYNOPSIS
         $c->require_ssl;
 
 DESCRIPTION
+    Note: This module is considered to be deprecated for most purposes.
+    Consider using Catalyst::ActionRole::RequireSSL instead.
+
     Use this plugin if you wish to selectively force SSL mode on some of
     your web pages, for example a user login form or shopping cart.
 
@@ -102,7 +105,8 @@ KNOWN ISSUES
     static files directly from your web server.
 
 SEE ALSO
-    Catalyst, Catalyst::Plugin::Static::Simple
+    Catalyst, Catalyst::ActionRole::RequireSSL,
+    Catalyst::Plugin::Static::Simple
 
 AUTHOR
     Andy Grundman, <andy@hybridized.org>