From: Rafael Garcia-Suarez <rgarciasuarez@gmail.com>
Date: Tue, 19 Jul 2005 09:56:59 +0000 (+0000)
Subject: Silence new (expected) warnings
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0f4278514ed0fb0f17900e1b0f4c240a293ff5c9;p=p5sagit%2Fp5-mst-13.2.git

Silence new (expected) warnings

p4raw-id: //depot/perl@25180
---

diff --git a/t/op/mydef.t b/t/op/mydef.t
index d2ff35b..f250ff6 100644
--- a/t/op/mydef.t
+++ b/t/op/mydef.t
@@ -1,4 +1,4 @@
-#!./perl -w
+#!./perl
 
 BEGIN {
     chdir 't' if -d 't';