summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/t/run/flib/broken.pm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/perl/t/run/flib/broken.pm')
-rw-r--r--gnu/usr.bin/perl/t/run/flib/broken.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/gnu/usr.bin/perl/t/run/flib/broken.pm b/gnu/usr.bin/perl/t/run/flib/broken.pm
new file mode 100644
index 00000000000..18f4d45bd78
--- /dev/null
+++ b/gnu/usr.bin/perl/t/run/flib/broken.pm
@@ -0,0 +1,8 @@
+package broken;
+
+use strict;
+use warnings;
+
+$x = 1;
+
+1;