summaryrefslogtreecommitdiffstats
path: root/test/fixtures/perl/Devel/BashCompletion.pm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test/fixtures/perl/Devel/BashCompletion.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/fixtures/perl/Devel/BashCompletion.pm b/test/fixtures/perl/Devel/BashCompletion.pm
new file mode 100644
index 0000000..f8e829d
--- /dev/null
+++ b/test/fixtures/perl/Devel/BashCompletion.pm
@@ -0,0 +1,3 @@
+use strict;
+use warnings;
+1;