summaryrefslogtreecommitdiffstats
path: root/t/error.pl
diff options
context:
space:
mode:
Diffstat (limited to 't/error.pl')
-rw-r--r--t/error.pl9
1 files changed, 9 insertions, 0 deletions
diff --git a/t/error.pl b/t/error.pl
new file mode 100644
index 0000000..9f2aeea
--- /dev/null
+++ b/t/error.pl
@@ -0,0 +1,9 @@
+#!/usr/bin/env perl
+use strict;
+use warnings;
+
+use lib 't/lib';
+
+use My::Parser;
+
+foo { $baz };