On Sun, Oct 14, 2007 at 09:09:24PM +0200, Slaven Rezic wrote:
> You have some possibilities to resolve this:
>
> * Preserve the old PERL5LIB: $ENV{'PERL5LIB'} = "blib/lib:$ENV{PERL5LIB}";
Using a colon as the seperator is not portable. You want to use
$Config{path_sep}.
--
David Cantrell | Cake Smuggler Extraordinaire
