projects
/
p5sagit/p5-mst-13.2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Split off the pack/unpack code, from Nicholas Clark.
[p5sagit/p5-mst-13.2.git]
/
lib
/
warnings
/
universal
1
universal.c AOK
2
3
Can't locate package %s for @%s::ISA [S_isa_lookup]
4
5
6
7
__END__
8
# universal.c [S_isa_lookup]
9
use warnings 'misc' ;
10
@ISA = qw(Joe) ;
11
my $a = bless [] ;
12
UNIVERSAL::isa $a, Jim ;
13
EXPECT
14
Can't locate package Joe for @main::ISA at - line 5.