vote up 1 vote down star

In the Strawberry Perl distribution for Win32, what is the difference between perl\lib and perl\site\lib?

When CPAN modules are installed, are the files all stored in perl\site\lib by default? Is perl\lib reserved for modules that come with the standard Perl distribution?

flag

1 Answer

vote up 6 vote down check

The lib directory is for things that are part of the core Perl distribution. The site/lib directory is for things that have been added -- either by the distribution (ActivePerl, Strawberry Perl, etc.) or by the user/site administrator (installs from CPAN, PPM, etc.)

link|flag
Thanks Michael. Your explanation matches my understanding. – Damien Aug 30 at 11:56
To add to this, Strawberry is really doing a somewhat bad thing by putting it's vendor-bundled stuff into site. This will be fixed in the near future (October release) – Adam Kennedy Oct 13 at 1:43

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.