projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
72feb90
)
If no perlio no perlio warnings, either.
Jarkko Hietaniemi [Mon, 25 Mar 2002 19:02:41 +0000 (19:02 +0000)]
p4raw-id: //depot/perl@15500
lib/warnings.t
patch
|
blob
|
blame
|
history
diff --git
a/lib/warnings.t
b/lib/warnings.t
index
d952906
..
e61ffbd
100644
(file)
--- 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;