|
"not able to run either make or make test" doesn't give much to go on. Is there an error message?
Presuming you are missing the "make" utility you can download and install it from your operating sy
+stem vendor. Or you can use the pmake tool distributed with this module.
perl Makefile.PL
perl pmake
perl pmake test
perl pmake install
|