From: Gurusamy Sarathy Date: Mon, 7 Feb 2000 11:44:19 +0000 (+0000) Subject: avoid MakeMaker setting $^W=1 X-Git-Tag: perl-5.6.0~484 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/dd689578422c77934c796f47b23feb428d7fecd5 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";