Source: libauthen-captcha-perl Standards-Version: 4.7.4 Maintainer: Debian Perl Group Uploaders: Ernesto Hernández-Novich (USB) , Damyan Ivanov , Xavier Guimard , Section: perl Testsuite: autopkgtest-pkg-perl Build-Depends: debhelper-compat (= 13), Build-Depends-Indep: libgd-perl , libstring-random-perl , perl, Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libauthen-captcha-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libauthen-captcha-perl.git Homepage: https://metacpan.org/release/Authen-Captcha Package: libauthen-captcha-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libgd-perl, libstring-random-perl, Description: Perl extension for creating captcha's Authen::Captcha provides an object oriented interface to captcha file creations. Captcha stands for Completely Automated Public Turing test to tell Computers and Humans Apart. A Captcha is a program that can generate and grade tests that: . - Most humans can pass. - Current computer programs can't pass. . The most common form is an image file containing distorted text, which humans are adept at reading, and computers (generally) do a poor job. This module currently implements that method.