in reply to Re^3: Captcha::reCAPTCHA::V2 Not Working
in thread Captcha::reCAPTCHA::V2 Not Working
The problem was fixed by adding this line:
use lib '/home/username/perl5/lib/perl5';
It would appear that the server was setup that any module that I installed is specific for my site only.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Captcha::reCAPTCHA::V2 Not Working
by marto (Cardinal) on Jan 11, 2019 at 13:06 UTC |