diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-14 22:44:27 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-14 22:44:27 +0000 |
commit | 8cd7955893792dd3ae9bfaf61ca10fa3182273ac (patch) | |
tree | 31e77f9a2cac8345acb2320739e438eee3877e3e /utils | |
parent | b193a46a487da8f58988b6f01ca123407b8fda72 (diff) | |
download | perl-8cd7955893792dd3ae9bfaf61ca10fa3182273ac.tar.gz |
more warnings tidy-ups (from Paul Marquess)
p4raw-id: //depot/perl@5747
Diffstat (limited to 'utils')
-rw-r--r-- | utils/h2xs.PL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/h2xs.PL b/utils/h2xs.PL index 50b15d130c..033ad02528 100644 --- a/utils/h2xs.PL +++ b/utils/h2xs.PL @@ -646,6 +646,7 @@ package $module; require 5.005_62; use strict; +use warnings; END unless( $opt_X || $opt_c || $opt_A ){ |