Web Hosting Talk







View Full Version : Perl Modules


hoster
09-17-2001, 06:38 PM
Can some one tell me where to install perl modules on a Raq4.
I what directory?

ffeingol
09-17-2001, 07:27 PM
For 99% of the perl modules, you don't have to specify anything. You just do:

perl Makefile.PL
make
make test
make install

Some modules don't have a "make test".

The only caveat is don't replace any of the modules that the control panel needs to you could bust the RaQ :(


Frank