summaryrefslogtreecommitdiffstats
path: root/t/error.pl
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-07-23 13:58:23 -0400
committerJesse Luehrs <doy@tozt.net>2013-07-23 13:58:23 -0400
commitbff8a47c7872d34f41a22573dcf9cea0497c8ecc (patch)
tree868decc401a268a8c3bdd6cfa565ee391ee7b436 /t/error.pl
parent310ba62c846379ad914942e36b9111084a364899 (diff)
downloadparse-keyword-bff8a47c7872d34f41a22573dcf9cea0497c8ecc.tar.gz
parse-keyword-bff8a47c7872d34f41a22573dcf9cea0497c8ecc.zip
actually, don't throw an error
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 };