summaryrefslogtreecommitdiff
path: root/t/lib/Class/Load/Error/DieAfterBeginIsa.pm
blob: 5ef3384295cb00d833a6d32c99ed7ff9e98d92f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
package Class::Load::Error::DieAfterBeginIsa;

use strict;
use warnings;

BEGIN {
    our @ISA = qw( UNIVERSAL );
}

die "Not a syntax error";