This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Invalidate the method lookup cache when assigning to a glob
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 21 Nov 2006 14:45:19 +0000 (14:45 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 21 Nov 2006 14:45:19 +0000 (14:45 +0000)
commitae6d515f69537dd5e2631b15104c2c90d022fd19
tree56315fc4bff0bf0721f50e537fd8e6550ad2e3d6
parent7d4724f95a69a8d5a7cd565f21487912e6d331c0
Invalidate the method lookup cache when assigning to a glob
named "isa". (That happens when importing "isa" from UNIVERSAL,
for example.) Fixes bug #24824.

p4raw-id: //depot/perl@29336
pp_hot.c
t/op/universal.t