Subject: | Oct2009-beta2 - core/vendor/site issue (maybe) |
Hi,
I have perhaps more a question than a bug concerning the newly
introduced core/vendor/site concept.
1) Let us have a clean strawberry 5.8.9 Oct2009-beta2 installation -
with the following dirs:
c:\strawberry\perl\lib
c:\strawberry\perl\vendor
c:\strawberry\perl\site
2) In "core" subdir (c:\strawberry\perl\lib) we have for example the
package Test::Simple (v0.94)
3) For whatever reason I want to install another version of Test::Simple
- e.g. I want to have a version 0.92 instead of 0.94 included in
strawberry relese
- so I simply run: c:\> cpan -i MSCHWERN/Test-Simple-0.92.tar.gz
4) What I expect is that the newly installed Test-Simple-0.92 will go to
c:\strawberry\perl\site directory
- and as c:\strawberry\perl\site\lib is in @INC before
c:\strawberry\perl\lib - my 0.92 (in site) will have a precedence before
0.94 (in core)
- HOWEVER IT INSTALLS TO c:\strawberry\perl\lib
My questions are:
- is the behaviour described above correct and intentional?
- if "yes" I have serious doubts what are the wins of core/vendor/site
concept (and you can reject this RT)
--
kmx