in reply to CPANPLUS custom configurations

Since PERL5_CPANPLUS_CONFIG stopped working, I tried
require 'myConfig.pl'; do 'cpanp'
where myConfig.pl is
BEGIN { $INC{'CPANPLUS/Config/System.pm'}=__FILE__;} package CPANPLUS::Config::System; ...
seems to work well enough. Inline::Module

Replies are listed 'Best First'.
Re^2: CPANPLUS custom configurations
by Anonymous Monk on May 07, 2009 at 23:48 UTC