Skip Menu |

This queue is for tickets about the Module-Info CPAN distribution.

Report information
The Basics
Id: 531
Status: resolved
Priority: 0/
Queue: Module-Info

People
Owner: Nobody in particular
Requestors: abe [...] ztreet.demon.nl
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.12
Fixed in: (no value)

Attachments


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(
Download Module-Info-0.12.out
application/octet-stream 7.3k

Message body not shown because it is not plain text.

Date: Fri, 26 Apr 2002 10:33:23 -0400
From: Michael G Schwern <schwern [...] pobox.com>
To: Guest via RT <bug-Module-Info [...] rt.cpan.org>
Subject: Re: [cpan #531] Problems in make test (bleadperl)
On Fri, Apr 26, 2002 at 07:59:15AM -0400, Guest via RT wrote: Show quoted text
> 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.
This helps, thanks. And it looks like I've got the same problems with bleadperl on Unix, so that's "good". Show quoted text
> --- 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( > >
-- Michael G. Schwern <schwern@pobox.com> http://www.pobox.com/~schwern/ Perl Quality Assurance <perl-qa@perl.org> Kwalitee Is Job One Some like elmers glue but it needs reapplying. I use super glue. -- tlk