&CORE::foo() for tie functions
authorFather Chrysostomos <sprout@cpan.org>
Mon, 29 Aug 2011 20:43:17 +0000 (13:43 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 29 Aug 2011 20:43:17 +0000 (13:43 -0700)
commitefe889ae38a5f2c6e26a31f33186cd13d4946962
tree6fc393503a521c25fe8ae028298605c78fbcac34
parentb64a1294cf75eebd873e05ee3b771d165893ed3b
&CORE::foo() for tie functions

This commit allows the tie, tied and untie subroutines in the CORE
namespace to be called through references and via &ampersand() syntax.
pp_coreargs is modified to handle the functions with \[$@%*] in their
prototypes (which happen to be just the tie functions).
gv.c
pp.c
t/op/coreamp.t