Added deprecation note and pointer to Catalyst::ActionRole::RequireSSL.
Norbert Buchmuller [Thu, 1 Apr 2010 19:09:33 +0000 (19:09 +0000)]
lib/Catalyst/Plugin/RequireSSL.pm

index b7f39ea..0a6b896 100644 (file)
@@ -126,6 +126,9 @@ Catalyst::Plugin::RequireSSL - Force SSL mode on select pages
 
 =head1 DESCRIPTION
 
+B<Note:> This module is considered to be deprecated for most purposes. Consider
+using L<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.
 
@@ -214,7 +217,8 @@ directly from your web server.
 
 =head1 SEE ALSO
 
-L<Catalyst>, L<Catalyst::Plugin::Static::Simple>
+L<Catalyst>, L<Catalyst::ActionRole::RequireSSL>,
+L<Catalyst::Plugin::Static::Simple>
 
 =head1 AUTHOR