This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
&CORE::tell()
authorFather Chrysostomos <sprout@cpan.org>
Mon, 29 Aug 2011 19:58:17 +0000 (12:58 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 29 Aug 2011 19:58:17 +0000 (12:58 -0700)
commitb64a1294cf75eebd873e05ee3b771d165893ed3b
tree982df2951861698472b4e96f2807b78f4bff0315
parent92f2ac5f91d4e93cd51cdb5d8e967e1a73c9d7dc
&CORE::tell()

This commit allows &CORE::tell to be called through references and
via ampersand syntax.  pp_tell is modified to take into account the
nulls pushed on to the stack in pp_coreargs, which happens because
pp_coreargs has no other way to tell pp_tell how many arguments it’s
actually getting.  See commit 0163043a for details.
gv.c
pp_sys.c
t/op/coreamp.t