summaryrefslogtreecommitdiffstats
path: root/t/lib/Error1.pm
diff options
context:
space:
mode:
Diffstat (limited to 't/lib/Error1.pm')
-rw-r--r--t/lib/Error1.pm14
1 files changed, 14 insertions, 0 deletions
diff --git a/t/lib/Error1.pm b/t/lib/Error1.pm
new file mode 100644
index 0000000..eb2d62a
--- /dev/null
+++ b/t/lib/Error1.pm
@@ -0,0 +1,14 @@
+package Error1;
+use strict;
+use warnings;
+
+use Try;
+
+try {
+}
+catch {
+}
+finallyy {
+}
+
+1;