This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
&CORE::reset()
authorFather Chrysostomos <sprout@cpan.org>
Sat, 27 Aug 2011 06:50:06 +0000 (23:50 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 27 Aug 2011 06:58:03 +0000 (23:58 -0700)
commitf650fa729f03aabdf12058228971129d911b4aa1
treec3f5c89c23a685ae9e36d2b15dfdc41782ec80ce
parent014333460b4235140c1e4ad346b2581af7ff6592
&CORE::reset()

This commit allows &CORE::reset to be called through references and
via ampersand syntax.  pp_reset 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 reset how many arguments it’s
actually getting.  See commit 0163043a for details.
gv.c
pp_ctl.c
t/op/coreamp.t