This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In S_tied_handle_method() default to mortalizing extra arguments.
authorNicholas Clark <nick@ccl4.org>
Sun, 13 Jun 2010 13:02:14 +0000 (15:02 +0200)
committerNicholas Clark <nick@ccl4.org>
Sun, 13 Jun 2010 13:02:14 +0000 (15:02 +0200)
commit74f0b5509afd269c59f1396fde551295bbeec7d5
treeaf65e43e76633c82c6f800777755914358cfe500
parent0240605ecd7a040cc6058409c65a3ebc6b7d489b
In S_tied_handle_method() default to mortalizing extra arguments.

Convert the gimme argument to a flags argument, and add a flag bit to signal
that mortalization is not required. Only "BINMODE" needs this.
embed.fnc
pp_sys.c
proto.h