develooper Front page | perl.perl5.porters | Postings from January 2005

Re: [PATCH] Test::Harness::Straps::_default_inc shell problem

Thread Previous | Thread Next
From:
Andy Lester
Date:
January 24, 2005 07:50
Subject:
Re: [PATCH] Test::Harness::Straps::_default_inc shell problem
Message ID:
20050124155020.GB21736@petdance.com
On Sun, Jan 23, 2005 at 01:44:49PM -0600, Craig A. Berry (craigberry@mac.com) wrote:
> Several of the Test::Harness tests now fail on VMS with the following
> warning:
>      my $perl = $self->_command;
> -    my @inc =`$perl -le "print join qq[\n], \@INC"`;
> +    my @inc =`$perl -le "print join qq[\\n], \@INC"`;
>      chomp @inc;

Applied to Test::Harness.  It'll be in 2.48.

xoa

-- 
Andy Lester => andy@petdance.com => www.petdance.com => AIM:petdance

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About