
raxip
Novice
Jun 26, 2009, 2:50 PM
Post #2 of 2
(1227 views)
|
|
Re: [R2me2] MakeMaker reporting "not Found"
[In reply to]
|
Can't Post
|
|
Module not found is principally because it's not in the normal path of Perl modules. If you want to specify a different path while building a module that requires a different one, you can use the environment variable, PERL5LIB. Other than that, if you want to determine if a module is installed or not, you can read the ExtUtils::MakeMaker man page. You'll want to look for, PREREQ_PM. Oh, and as far as "the method", it uses? No, sorry. I don't know.
(This post was edited by raxip on Jun 26, 2009, 2:51 PM)
|