Skip Menu |

This queue is for tickets about the Toolkit CPAN distribution.

Report information
The Basics
Id: 30614
Status: new
Priority: 0/
Queue: Toolkit

People
Owner: Nobody in particular
Requestors: michael_lee_squires [...] pobox.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: 0.0.2



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