in reply to Re: Distributing Perl in a Linux distribution
in thread Distributing Perl in a Linux distribution
Let me give you an example. Let's say I installed perl with its core modules into its standard built-in location. Then, I upgrade some module with a new version and place it into lib/site. Then, I upgrade perl itself to a new version with an even newer built-in version of that core module. Which version of the module would perl use then? I guess what I am asking is what's the search order of %INC?
P.S. Thanks you for pointing me to the discussion about perl 5.12
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Distributing Perl in a Linux distribution
by Corion (Patriarch) on Oct 01, 2009 at 13:23 UTC |