From: Gurusamy Sarathy Date: Sun, 29 Nov 1998 10:54:38 +0000 (+0000) Subject: s/warn/print/ on multiply defined groups X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bfc605f9e1d41dd7493c0c0fcfd1304c238dbe4d;p=p5sagit%2Fp5-mst-13.2.git s/warn/print/ on multiply defined groups p4raw-id: //depot/perl@2384 --- diff --git a/t/op/grent.t b/t/op/grent.t index e0cd7a8..cfd0fad 100755 --- a/t/op/grent.t +++ b/t/op/grent.t @@ -80,7 +80,7 @@ foreach (sort keys %seen) { if ($times > 1) { # Multiply defined groups are rarely intentional. local $" = ", "; - warn "# Group '$_' defined multiple times in $where, lines: @{$seen{$_}}.\n"; + print "# Group '$_' defined multiple times in $where, lines: @{$seen{$_}}.\n"; delete $suspect{$_}; } }