Subject: | Problems in make test (bleadperl) |
Hi,
Module::Info 0.12 with bleadperl (on Win32)
I found one obvious portability thingy in the test script (see patch later).
The test script gave me some errors that I've attached to this message.
I hope this helps, but if you need anything else, just let me know.
--- t/Module-Info.t.orig Sun Feb 3 01:49:05 2002
+++ t/Module-Info.t Fri Apr 26 12:00:47 2002
@@ -7,7 +7,7 @@
my $Mod_Info_VERSION = '0.12';
my @old5lib = defined $ENV{PERL5LIB} ? ($ENV{PERL5LIB}) : ();
-$ENV{PERL5LIB} = join ':', 'blib/lib', @old5lib;
+$ENV{PERL5LIB} = join $Config{path_sep}, 'blib/lib', @old5lib;
use_ok('Module::Info');
my @expected_subs = qw(
Message body not shown because it is not plain text.