B.xs had its own code to calculate hash() which differed from
authorNick Ing-Simmons <nik@tiuk.ti.com>
Sat, 5 Dec 1998 10:44:28 +0000 (10:44 +0000)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Sat, 5 Dec 1998 10:44:28 +0000 (10:44 +0000)
commitcf86991c04b212c029b30807ecab507b784fd8ad
tree993dfd9029981446fbf57499ee83bc0b66891aad
parent66a2622e10d775dab53a7b8c0d66ec80b7095bf7
B.xs had its own code to calculate hash() which differed from
PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
which meant that run-time require was re-done.
Removed some debug from C.pm

p4raw-id: //depot/perl@2452
ext/B/B.xs
ext/B/B/C.pm