develooper Front page | perl.perl5.porters | Postings from June 2004

Re: [PATCH] Shell.pm: pod rewrite and new mini-feature $Shell::raw

From:
Rafael Garcia-Suarez
Date:
June 1, 2004 02:24
Subject:
Re: [PATCH] Shell.pm: pod rewrite and new mini-feature $Shell::raw
Message ID:
20040601112133.3210d648@localhost
LAUN Wolfgang wrote:
> --- lib/Shell.pm.old	Sun May 23 13:55:13 2004
> +++ lib/Shell.pm	Mon May 31 18:44:32 2004
...
> @@ -62,7 +62,8 @@
>  	    } else {
>  		my \$a;
>  		my \@arr = \@_;
> -		if ('$^O' eq 'MSWin32') {
> +                unless( \$Shell::raw ){

I assume that's a typo : didn't you meant :
                unless( $Shell::raw ){



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