summaryrefslogtreecommitdiff
path: root/makedef.pl
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-12-08 06:49:05 -0700
committerYves Orton <demerphq@gmail.com>2022-12-10 10:28:11 +0100
commitc5ceea5ab0f7a72e1d18c633fecc6c1899fa0468 (patch)
treec6a2407d2f3ce0ced5668515437bb16b0b8193d8 /makedef.pl
parent7431637bf3a19079844d2138cc323dff00008e46 (diff)
downloadperl-c5ceea5ab0f7a72e1d18c633fecc6c1899fa0468.tar.gz
makedef.pl: Add 'use warnings'
This would have saved me a bunch of time.
Diffstat (limited to 'makedef.pl')
-rw-r--r--makedef.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/makedef.pl b/makedef.pl
index 00270c25fc..d68e9af57a 100644
--- a/makedef.pl
+++ b/makedef.pl
@@ -33,6 +33,7 @@
use strict;
use Config;
+use warnings;
my $fold;
my %ARGS;