Install this package from source:
$ perl MakeFile.PL PREFIX=~/path/to/custom/dir LIB=~/path/to/custom/lib
$ make
$ make test
$ make install
Perl one liner using CPAN.pm:
$ perl -MCPAN -e 'install Apache2::WebApp::Plugin::Validate'
Use of CPAN.pm in interactive mode:
$ perl -MCPAN -e shell
cpan> install Apache2::WebApp::Plugin::Validate cpan> quit
Just like the manual installation of perl modules, the user may need root access during this process to insure write permission is allowed within the installation directory.
Install/Runtime issues (non-root)
Q. When running a script, I get the message "Can't locate loadable object for mod.."
$ perl -MCPAN -e shell
cpan shell -- CPAN exploration and modules installation (v1.X) ReadLine support enabled
cpan> o conf commit