This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
&CORE::send() and &CORE::syswrite()
authorFather Chrysostomos <sprout@cpan.org>
Sat, 27 Aug 2011 18:13:48 +0000 (11:13 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 28 Aug 2011 00:47:15 +0000 (17:47 -0700)
commit1ed240b748e3e57ddb97e1ee9e41c543ca8362d8
treeac0cf74c8bafc0cee3758470bd81b588b8324494
parent720d5b2f3eeadadafefee42d92b2093b9688f9c1
&CORE::send() and &CORE::syswrite()

This commit makes &CORE::send and &CORE::syswrite callable through references and & syntax.

All this commit has to do is remove them from the exception list in
gv.c, as previous commits happen to have made them work.  (I didn’t
realise originally that these use pushmark.)
gv.c
t/op/coreamp.t