summaryrefslogtreecommitdiff
path: root/autodoc.pl
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-08-26 12:32:14 -0600
committerKarl Williamson <khw@cpan.org>2020-09-04 16:13:24 -0600
commit04adaf08dd983cc2c7386a28b5b1d9dc5cd14b8d (patch)
treeee412c06d1cff374c6554fd3e730e12941fd8bf7 /autodoc.pl
parentee1e502635450eaf25fa4d255d0c335278bfe7a4 (diff)
downloadperl-04adaf08dd983cc2c7386a28b5b1d9dc5cd14b8d.tar.gz
autodoc: Add 'use warnings'
Diffstat (limited to 'autodoc.pl')
-rw-r--r--autodoc.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/autodoc.pl b/autodoc.pl
index 7870a88136..02e98176d2 100644
--- a/autodoc.pl
+++ b/autodoc.pl
@@ -26,6 +26,7 @@
# documented at the top of embed.fnc.
use strict;
+use warnings;
if (@ARGV) {
my $workdir = shift;