This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Enable warnings in Makefile.PL
authorPali <pali@cpan.org>
Sun, 2 Jun 2019 11:34:14 +0000 (13:34 +0200)
committerNicolas R <atoomic@cpan.org>
Fri, 27 Sep 2019 20:35:46 +0000 (14:35 -0600)
(cherry picked from commit f74454f179348ed4aebc04ba735ccc12eee3c980)
Signed-off-by: Nicolas R <atoomic@cpan.org>
dist/Devel-PPPort/Makefile.PL

index 6eac8c8..031ffa8 100644 (file)
@@ -16,6 +16,8 @@
 require 5.003;
 
 use strict;
+BEGIN { $^W = 1; }
+
 use ExtUtils::MakeMaker;
 use Config;