From: Jarkko Hietaniemi Date: Mon, 25 Mar 2002 19:02:41 +0000 (+0000) Subject: If no perlio no perlio warnings, either. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4fadf1414e8381ec3bc020d977d7da8075f35c00;p=p5sagit%2Fp5-mst-13.2.git If no perlio no perlio warnings, either. p4raw-id: //depot/perl@15500 --- diff --git a/lib/warnings.t b/lib/warnings.t index d952906..e61ffbd 100644 --- a/lib/warnings.t +++ b/lib/warnings.t @@ -31,6 +31,7 @@ my $files = 0; foreach my $file (@w_files) { next if $file =~ /(~|\.orig|,v)$/; + next if $file =~ /perlio$/ && !$Config{useperlio}; open F, "<$file" or die "Cannot open $file: $!\n" ; my $line = 0;