1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
Source: libcatalyst-plugin-captcha-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libcatalyst-perl (>= 5.3),
libcatalyst-plugin-session-perl,
libgd-securityimage-perl,
libhttp-date-perl,
perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcatalyst-plugin-captcha-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcatalyst-plugin-captcha-perl.git
Homepage: https://metacpan.org/release/Catalyst-Plugin-Captcha
Package: libcatalyst-plugin-captcha-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
libcatalyst-plugin-session-perl,
libcatalyst-perl (>= 5.3),
libgd-securityimage-perl,
libhttp-date-perl
Replaces: libcatalyst-modules-extra-perl (<< 9~)
Breaks: libcatalyst-modules-extra-perl (<< 9~)
Description: create and validate Captcha for Catalyst
Catalyst::Plugin::Captcha creates and validates Captcha objects.
.
Note: This plugin uses GD::SecurityImage and requires a session plugins like
Catalyst::Plugin::Session
.
Captcha is a type of challenge-response test used in computing to determine
whether or not the user is human.
.
Catalyst is an elegant Model-View-Controller web application framework
written in Perl.
|