Flaw in Attribute::Handlers 0.76
[p5sagit/p5-mst-13.2.git] / lib / warnings.t
index d952906..e61ffbd 100644 (file)
@@ -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;