Doesn't skip RCS files
Michael G. Schwern [Sat, 14 Apr 2001 22:05:32 +0000 (23:05 +0100)]
Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>

p4raw-id: //depot/perl@9710

t/pragma/warnings.t

index e2c7500..591f039 100644 (file)
@@ -27,7 +27,7 @@ else
 my $files = 0;
 foreach my $file (@w_files) {
 
-    next if /(~|\.orig|,v)$/;
+    next if $file =~ /(~|\.orig|,v)$/;
 
     open F, "<$file" or die "Cannot open $file: $!\n" ;
     my $line = 0;