Name
CatalystX::Usul::Captcha - Role to implement captchas
Version
0.7.$Revision: 1181 $
Synopsis
use parent qw(CatalystX::Usul::Model CatalystX::Usul::Captcha);
sub create_captcha {
return shift->context->create_captcha;
}
Description
Implements create and validate methods for captchas
Subroutines/Methods
clear_captcha_string
create_captcha
validate_captcha
Configuration and Environment
Uses the key Plugin::Captcha
in the $c-
config> hash
Diagnostics
None
Dependencies
- GD::SecurityImage
-
Depends on
libgd2-noxpm
andlibgd2-noxpm-dev
- HTTP::Date
Incompatibilities
There are no known incompatibilities in this module
Bugs and Limitations
There are no known bugs in this module. Please report problems to the address below. Patches are welcome
Acknowledgements
Larry Wall - For the Perl programming language
Author
Peter Flanigan, <Support at RoxSoft.co.uk>
License and Copyright
Copyright (c) 2011 Peter Flanigan. All rights reserved
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic
This program is distributed in the hope that it will be useful, but WITHOUT WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE