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