summaryrefslogtreecommitdiff
path: root/t/lib/Class/Load/Error/DieAfterBeginIsa.pm
diff options
context:
space:
mode:
Diffstat (limited to 't/lib/Class/Load/Error/DieAfterBeginIsa.pm')
-rw-r--r--t/lib/Class/Load/Error/DieAfterBeginIsa.pm11
1 files changed, 11 insertions, 0 deletions
diff --git a/t/lib/Class/Load/Error/DieAfterBeginIsa.pm b/t/lib/Class/Load/Error/DieAfterBeginIsa.pm
new file mode 100644
index 0000000..5ef3384
--- /dev/null
+++ b/t/lib/Class/Load/Error/DieAfterBeginIsa.pm
@@ -0,0 +1,11 @@
+package Class::Load::Error::DieAfterBeginIsa;
+
+use strict;
+use warnings;
+
+BEGIN {
+ our @ISA = qw( UNIVERSAL );
+}
+
+die "Not a syntax error";
+