On Tuesday, Oct 28, 2003, at 23:48 Europe/London, Michael G Schwern wrote:
On Tue, Oct 28, 2003 at 08:17:24PM +0000, Adrian Howard wrote:This may be a dim question but why scan blib and lib?
[snip]my $blib = File::Spec->catfile(qw(blib lib));[snip]
That's not blib and lib, that's a cross platform way of saying:
my $blib = 'blib/lib';
If any more proof were needed that I am a complete idiot :-/
(note to self: remember to actually read the fardling code next time - and don't write email on the train home)
<embarrassed>
Adrian