Authen-Captcha
view release on metacpan or search on metacpan
Revision history for Perl extension Authen::Captcha.
2012-07-14 12:19 Lubomir Rintel
* Captcha.pm: Hardcode version, don't get it from CVS. Advise to use
GD::SecurityImage.
* Makefile.PM: Point to Git for now
* Changes: updated changes - tagged as Rel-1_024
2012-06-16 18:25 Lubomir Rintel
* Makefile.PL: 5.005 is not really supported
2012-06-16 18:18 Paolo Rossi
* Captcha.pm: Broken locking lets images files build up
2012-06-16 18:12 Lubomir Rintel
* Makefile.PL: Fix File::Spec requirement
2012-06-16 18:09 Chris Dunlop
* Captcha.pm: Fix reading of codes database in taint mode
2012-06-16 18:01 Ernesto Hernández-Novich
* Captcha.pm: Spelling fix
2012-06-16 17:54 Lubomir Rintel
* Captcha.pm, Makefile.PL: Use Random tokens instead of MD5
checksums
2003-12-17 23:47 jmiller
* Changes: updated changes - tagged as Rel-1_023
2003-12-17 23:44 jmiller
* Captcha.pm, t/1.t: Added keep_failures option, to keep the
captcha around when the check failes one wants. Added initial
untested sound file support (no distortion yet)
2003-12-04 15:50 jmiller
* Changes: updated changes - tagged as Rel-1_022
2003-12-04 15:46 jmiller
* Captcha.pm: removed item from TODO - fixing srand() portability
2003-12-04 15:44 jmiller
* Captcha.pm: added data validation to expire(), width(), and
height() to verify set's use a possitive integer. check_code() -
have it creating database file codes.txt if it doesn't exist (touch
it).
2003-12-04 15:25 jmiller
* Captcha.pm, Makefile.PL, t/1.t: Portability update. Modified
directory/file handling to use File::Spec for portable operations.
Added warnings for when unlink's failed. Made srand() in new() of
Captcha.pm more portable.
2003-12-04 11:08 jmiller
* t/1.t: adjusted test t/1.t... it was writing captcha out to
/tmp/captcha_temp/etc, changed it to use t/captcha_temp/etc using
__FILE__ to figure out where the test is at.
2003-12-04 00:45 jmiller
* Captcha.pm, Makefile.PL, t/1.t: Removed nasty hack to hardcode in
the lib/Authen/Captcha/images directory. Replaced with the solution
that lib/Net/Config.pm uses (thanks to Andrew Savige for helping me
out). The new solution uses __FILE__ to find the module's filename,
and regex's it into the path to the images directory.
2003-12-03 22:12 jmiller
* Captcha.pm, examples/wwwtest.cgi, t/1.t: MAJOR INTERFACE CHANGE!
method names have changed. All two word method names have been
( run in 2.050 seconds using v1.01-cache-2.11-cpan-7fcb06a456a )