File: control

package info (click to toggle)
libcatalyst-plugin-captcha-perl 0.04-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 72 kB
  • sloc: perl: 53; makefile: 2
file content (38 lines) | stat: -rw-r--r-- 1,442 bytes parent folder | download
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
37
38
Source: libcatalyst-plugin-captcha-perl
Section: perl
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: libcatalyst-perl (>= 5.3),
 libcatalyst-plugin-session-perl,
 libgd-securityimage-perl,
 libhttp-date-perl,
 perl
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcatalyst-plugin-captcha-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/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.