On Wednesday, September 10, 2003, at 04:27 AM, Kate L Pugh wrote:
On Wed 10 Sep 2003, "Kevin C. Krinke" <[EMAIL PROTECTED]> wrote:I have submitted a wish-list bug-report at rt.cpan.org for ExtUtils::MakeMaker regarding a compliment option to the PM_FILTER option for Perl Module files called PL_FILTER.
Am I right in thinking that one purpose for this would be to have your code automatically add 'use lib' lines to scripts in the case when the user has asked to install the modules in a private directory?
(I would find this very useful for OpenGuides. Except that OpenGuides uses Module::Build, so it'd need to be in there.)
In this case, you could simply override Module::Build's process_script_files() method to do what you need to do.
-Ken
