From: Gurusamy Sarathy <gsar@cpan.org>
Date: Mon, 7 Feb 2000 11:44:19 +0000 (+0000)
Subject: avoid MakeMaker setting $^W=1
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dd689578422c77934c796f47b23feb428d7fecd5;p=p5sagit%2Fp5-mst-13.2.git

avoid MakeMaker setting $^W=1

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

diff --git a/lib/ExtUtils/MakeMaker.pm b/lib/ExtUtils/MakeMaker.pm
index 0426575..c4b7553 100644
--- a/lib/ExtUtils/MakeMaker.pm
+++ b/lib/ExtUtils/MakeMaker.pm
@@ -180,7 +180,6 @@ sub eval_in_x {
 
 sub full_setup {
     $Verbose ||= 0;
-    $^W=1;
 
     # package name for the classes into which the first object will be blessed
     $PACKNAME = "PACK000";