diff options
Diffstat (limited to 'security/p5-Authen-PluggableCaptcha/DESCR')
-rw-r--r-- | security/p5-Authen-PluggableCaptcha/DESCR | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/p5-Authen-PluggableCaptcha/DESCR b/security/p5-Authen-PluggableCaptcha/DESCR new file mode 100644 index 00000000000..633ad8ee86b --- /dev/null +++ b/security/p5-Authen-PluggableCaptcha/DESCR @@ -0,0 +1,10 @@ +Authen::PluggableCaptcha is a fully modularized and extensible +system for making Pluggable Catpcha (Completely Automated Public +Turing Test to Tell Computers and Humans Apart) tests. + +Pluggable? All Captcha objects are instantiated and interfaced via +the main module, and then manipulated to require various submodules +as plug-ins. + +Authen::PluggableCaptcha borrows from the functionality in +Apache::Session::Flex. |