This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
avoid MakeMaker setting $^W=1
authorGurusamy Sarathy <gsar@cpan.org>
Mon, 7 Feb 2000 11:44:19 +0000 (11:44 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Mon, 7 Feb 2000 11:44:19 +0000 (11:44 +0000)
p4raw-id: //depot/perl@5023

lib/ExtUtils/MakeMaker.pm

index 0426575..c4b7553 100644 (file)
@@ -180,7 +180,6 @@ sub eval_in_x {
 
 sub full_setup {
     $Verbose ||= 0;
 
 sub full_setup {
     $Verbose ||= 0;
-    $^W=1;
 
     # package name for the classes into which the first object will be blessed
     $PACKNAME = "PACK000";
 
     # package name for the classes into which the first object will be blessed
     $PACKNAME = "PACK000";