summaryrefslogtreecommitdiff
path: root/t/cmop/lib/SyntaxError.pm
diff options
context:
space:
mode:
Diffstat (limited to 't/cmop/lib/SyntaxError.pm')
-rw-r--r--t/cmop/lib/SyntaxError.pm9
1 files changed, 9 insertions, 0 deletions
diff --git a/t/cmop/lib/SyntaxError.pm b/t/cmop/lib/SyntaxError.pm
new file mode 100644
index 0000000..ab41f14
--- /dev/null
+++ b/t/cmop/lib/SyntaxError.pm
@@ -0,0 +1,9 @@
+package SyntaxError;
+use strict;
+use warnings;
+
+# this syntax error is intentional!
+
+ {
+
+1;