Sure - fred at redhotpenguin.com. I was surprised to run into that question; the perl install I was using in that instance is/usr/bin/perl but I have my PERL5LIB in/home/fred/lib/perl5. Don't ask me why - I almost always build perl from source on projects but I didn't on this one. So the modules are installed in/home/fred/lib/perl5 but Module::Install appears to be looking in/usr/lib/perl5.
Happy to commit a change if that is desired. I'm trying to work out some issues with our own PRIVATE.pm targets
See below (Score:2)
Re: (Score:1)
Would you like commit to fix that [y]
Re: (Score:1)
Sure - fred at redhotpenguin.com. I was surprised to run into that question; the perl install I was using in that instance is /usr/bin/perl but I have my PERL5LIB in /home/fred/lib/perl5. Don't ask me why - I almost always build perl from source on projects but I didn't on this one. So the modules are installed in /home/fred/lib/perl5 but Module::Install appears to be looking in /usr/lib/perl5.
Happy to commit a change if that is desired. I'm trying to work out some issues with our own PRIVATE.pm targets