diff options
author | nick@babyhippo.com <nick@babyhippo.com> | 2000-10-04 13:06:45 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-10-04 11:53:44 +0000 |
commit | 55a105fde08b8ff7e431e93257b2fe180eb0327d (patch) | |
tree | 262b6e7e09f1dddbe86d688320cee5e51562fb2c /op.c | |
parent | f08cbdd1c4c30753f0b3b06d9c4ae199518e065a (diff) | |
download | perl-55a105fde08b8ff7e431e93257b2fe180eb0327d.tar.gz |
[ID 20001004.003] installman "Ambiguous call resolved as CORE::"
Message-Id: <20001004120645.A7356@babyhippo.com>
Retract 7118 and 7135.
p4raw-id: //depot/perl@7140
Diffstat (limited to 'op.c')
-rw-r--r-- | op.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -4561,9 +4561,6 @@ Perl_newATTRSUB(pTHX_ I32 floor, OP *o, OP *proto, OP *attrs, OP *block) CvGV(cv) = (GV*)SvREFCNT_inc(gv); CvFILE(cv) = CopFILE(PL_curcop); CvSTASH(cv) = PL_curstash; - /* use subs; etc may have turned this on - As we're (re)defining the sub here it's definately not imported */ - GvIMPORTED_CV_off(gv); #ifdef USE_THREADS CvOWNER(cv) = 0; if (!CvMUTEXP(cv)) { |