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

# This library emulates a bug that can occur under App::Cmd,
#
# A Broken library "use"'s annother library ( App::Cmd::Setup ), and
# that library injects @ISA during import->()
our @ISA = qw( UNIVERSAL );
#}
sub {