xref: /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/warnings/universal (revision 0:68f95e015346)
1*0Sstevel@tonic-gate  universal.c AOK
2*0Sstevel@tonic-gate
3*0Sstevel@tonic-gate  Can't locate package %s for @%s::ISA	[S_isa_lookup]
4*0Sstevel@tonic-gate
5*0Sstevel@tonic-gate
6*0Sstevel@tonic-gate
7*0Sstevel@tonic-gate__END__
8*0Sstevel@tonic-gate# universal.c [S_isa_lookup]
9*0Sstevel@tonic-gateuse warnings 'misc' ;
10*0Sstevel@tonic-gate@ISA = qw(Joe) ;
11*0Sstevel@tonic-gatemy $a = bless [] ;
12*0Sstevel@tonic-gateUNIVERSAL::isa $a, Jim ;
13*0Sstevel@tonic-gateEXPECT
14*0Sstevel@tonic-gateCan't locate package Joe for @main::ISA at - line 5.
15