Subject: | Toolkit doesn't exclude subdirectories (like ".svn") |
Create a $HOME/myperl directory and point PERL5LIB to it.
Create a subdirectory Toolkit/Macros/ALWAYS and put a Modules file in it.
Now "perl test.pl" works fine.
Now decide to check the "myperl" into svn, to ensure that it is
available from anyplace.
Now "perl test.pl" barfs at trying to use ...svn/stuff as valid perl.
Seems like an "exclude" wildcard would be a good option for Toolkit.
Michael