in reply to Re: Upgrading Core Modules Using CPAN - Best Practice?
in thread Upgrading Core Modules Using CPAN - Best Practice?

Won't putting INSTALLDIRS=>'perl' in CPAN::Config force all modules into the "core" path, even those that are not core modules?

  • Comment on Re^2: Upgrading Core Modules Using CPAN - Best Practice?

Replies are listed 'Best First'.
Re^3: Upgrading Core Modules Using CPAN - Best Practice?
by Anonymous Monk on Oct 06, 2008 at 02:43 UTC
    Whats your point?

      Well, since I am trying to avoid having two versions of core modules installed, I don't think having two versions of non-core modules installed is a good way around this.

      If I change this setting, all non-core modules that I upgrade will have new versions installed in the core path, while the old version will reside in the non-core path. Kinda defeats the purpose of what I am trying to do -- but thanks for the suggestion.