NAME
Catalyst::ActionRole::RequireSSL - Force an action to be secure only.
VERSION
version 0.01
SYNOPSIS
package MyApp::Controller::Foo;
use parent qw/Catalyst::Controller::ActionRole/;
sub bar : Local Does('RequireSSL') { ... }
sub bar : Local Does('NoSSL') { ... }
AUTHOR
Simon Elliott E<cpan@papercreatures.com>
THANKS
Andy Grundman, <andy@hybridized.org> for the original RequireSSL Plugin t0m (Tomas Doran), zamolxes (Bogdan Lucaciu)
BUGS
COPYRIGHT & LICENSE
Copyright 2009 by Simon Elliott
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 58:
Unknown E content in E<cpan@papercreatures.com>