Различия
Здесь показаны различия между двумя версиями данной страницы.
Предыдущая версия справа и слева Предыдущая версия Следующая версия | Предыдущая версия | ||
abills:docs:manual:soft:authen:captcha [2015/04/29 17:07] asmodeus |
abills:docs:manual:soft:authen:captcha [2016/10/13 10:22] (текущий) asmodeus |
||
---|---|---|---|
Строка 1: | Строка 1: | ||
=====Perl Authen::Captcha====== | =====Perl Authen::Captcha====== | ||
- | * LWP::UserAgent::WithCache ([[http://search.cpan.org/~unrtst/Authen-Captcha-1.023/|Authen-Captcha]]) | + | * Authen::Captcha ([[http://search.cpan.org/~unrtst/Authen-Captcha-1.023/|Authen-Captcha]]) |
**Установка FreeBSD.** \\ | **Установка FreeBSD.** \\ | ||
# cd /usr/ports/security/p5-Authen-Captcha/ && make && make install clean | # cd /usr/ports/security/p5-Authen-Captcha/ && make && make install clean | ||
+ | # cd /usr/ports/devel/p5-String-Random/ && make && make install clean | ||
Строка 13: | Строка 14: | ||
# perl -MCPAN -e shell | # perl -MCPAN -e shell | ||
install Authen::Captcha | install Authen::Captcha | ||
+ | | ||
+ | **Установка CentOS** | ||
+ | |||
+ | yum install perl-Authen-Captcha | ||
+ |