develooper Front page | perl.vmsperl | Postings from January 2002

Re: [PATCH @14417] vmsify Pod::Usage and its test

Thread Previous
From:
Jarkko Hietaniemi
Date:
January 26, 2002 13:57
Subject:
Re: [PATCH @14417] vmsify Pod::Usage and its test
Message ID:
20020126235708.R21991@alpha.hut.fi
On Sat, Jan 26, 2002 at 11:19:44AM -0600, Craig A. Berry wrote:
> At 1:45 AM +0200 1/26/02, Jarkko Hietaniemi wrote:
> >On Fri, Jan 25, 2002 at 05:46:50PM -0600, Craig A. Berry wrote:
> > > I'm under the impression that double quotes around
> > > parameters work everywhere but if that's not true we'll have to special case
> >> this further.
> >
> >t/test.pl has:
> >
> >        if ($is_mswin || $is_netware || $is_vms) {
> >            $runperl .= qq( -e ") . $args{prog} . qq(");
> >        }
> >        else {
> >            $runperl .= qq( -e ') . $args{prog} . qq(');
> >        }
> 
> OK, here's a revised patch which I hope will work everywhere:

Thanks, applied.

-- 
$jhi++; # http://www.iki.fi/jhi/
        # There is this special biologist word we use for 'stable'.
        # It is 'dead'. -- Jack Cohen

Thread Previous


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