diff options
Diffstat (limited to 'lib/Getopt/Std.t')
-rw-r--r-- | lib/Getopt/Std.t | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Getopt/Std.t b/lib/Getopt/Std.t index ad475916b6..746d5de321 100644 --- a/lib/Getopt/Std.t +++ b/lib/Getopt/Std.t @@ -6,6 +6,8 @@ BEGIN { } use strict; +use warnings; + use Test::More tests => 22; use Getopt::Std; |