This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
avoid creating spurious subroutine stubs on failed subroutine
authorGurusamy Sarathy <gsar@cpan.org>
Tue, 11 May 1999 14:08:14 +0000 (14:08 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Tue, 11 May 1999 14:08:14 +0000 (14:08 +0000)
commitf6ec51f74c8ac3114d6ab404cd0d7ce83d50adc9
tree18863e2a1c31485f08ee30a422fb01ce18d80a81
parenta6c403648ecd5cc72235fdb1e7535523a8ff2ac9
avoid creating spurious subroutine stubs on failed subroutine
call and other places of sv_2cv() misuse; fixes problems with
failed subroutine calls "hiding" later attempts to lookup methods
in base classes

p4raw-id: //depot/perl@3388
gv.c
perl.c
pod/perlguts.pod
pp_hot.c
sv.c
t/op/method.t