in reply to Re: Building module by hand
in thread Building module by hand

davorg said:
Navigate to that directory and type

perl Makefile.PL

make

make test

make install You probably need to be root for this step.

My epxerience has been that the make and make test can be done as any user, bu thte make install probably needs to be root.

jdtoronto