Errors to STDERR please
H.Merijn Brand [Fri, 28 Nov 2008 07:48:30 +0000 (07:48 +0000)]
p4raw-id: //depot/perl@34949

Porting/checkcfgvar.pl

index dd4cbb5..a757d6b 100644 (file)
@@ -81,7 +81,7 @@ sub check_cfg {
 
 for my $cfg (@CFG) {
     unless (exists $MANIFEST{$cfg}) {
-       print "[skipping not-expected '$cfg']\n";
+       print STDERR "[skipping not-expected '$cfg']\n";
        next;
     }
     my %cfg;