Move the locale/strict/warnings helper files back
[p5sagit/p5-mst-13.2.git] / t / lib / warnings / universal
CommitLineData
767a6a26 1 universal.c AOK
599cee73 2
767a6a26 3 Can't locate package %s for @%s::ISA [S_isa_lookup]
4
599cee73 5
6
7__END__
767a6a26 8# universal.c [S_isa_lookup]
4438c4b7 9use warnings 'misc' ;
767a6a26 10@ISA = qw(Joe) ;
11my $a = bless [] ;
12UNIVERSAL::isa $a, Jim ;
599cee73 13EXPECT
767a6a26 14Can't locate package Joe for @main::ISA at - line 5.