m.nooning schrieb:
I have a PAR.pm in
C:\perl\site\lib
That might/should be picked up.
C:\perl\cpan\build\PAR-0.970\lib
That should not be picked up unless you're using cpan.
C:\perl\site\lib\.svn\props
C:\perl\site\lib\.svn\text-base
> C:\perl\site\lib\.svn\wcprops
Those should not be picked up.
C:\perl\site\lib\App\Packer
That is not *PAR*. It is App::Packer::PAR.
C:\perl\site\lib\Module\Install
This is Module::Install::PAR.
C:\perl\cpan\build\PAR-Packer-0.970\inc\Module\Install
Ditto.
C:\perl\cpan\build\PAR-Packer-0.970\lib\App\Packer
Ditto.
I replaced the one in C:\perl\site\lib\App\Packer\PAR.pm with the new
one and pp would not work at all, so that rules out interference from
that paticular PAR.pm. I don't see that any of the others could interfere.
App::Packer::PAR is a separate namespace.
Steffen