From: Norbert Buchmuller Date: Thu, 1 Apr 2010 19:09:33 +0000 (+0000) Subject: Added deprecation note and pointer to Catalyst::ActionRole::RequireSSL. X-Git-Tag: v0.07~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-RequireSSL.git;a=commitdiff_plain;h=eaea4c668228785bd2acd4909499e700337cb526 Added deprecation note and pointer to Catalyst::ActionRole::RequireSSL. --- diff --git a/lib/Catalyst/Plugin/RequireSSL.pm b/lib/Catalyst/Plugin/RequireSSL.pm index b7f39ea..0a6b896 100644 --- a/lib/Catalyst/Plugin/RequireSSL.pm +++ b/lib/Catalyst/Plugin/RequireSSL.pm @@ -126,6 +126,9 @@ Catalyst::Plugin::RequireSSL - Force SSL mode on select pages =head1 DESCRIPTION +B This module is considered to be deprecated for most purposes. Consider +using L 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, L +L, L, +L =head1 AUTHOR