summaryrefslogtreecommitdiff
path: root/test/fixtures/perl/Devel/BashCompletion.pm
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/perl/Devel/BashCompletion.pm')
-rw-r--r--test/fixtures/perl/Devel/BashCompletion.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/fixtures/perl/Devel/BashCompletion.pm b/test/fixtures/perl/Devel/BashCompletion.pm
index 0afc6045..f8e829d8 100644
--- a/test/fixtures/perl/Devel/BashCompletion.pm
+++ b/test/fixtures/perl/Devel/BashCompletion.pm
@@ -1 +1,3 @@
+use strict;
+use warnings;
1;