This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
call_method() uses newSVpvn_flags(), instead of sv_2mortal(newSVpv(...)), because...
authorgfx <gfuji@cpan.org>
Sat, 5 Sep 2009 07:46:34 +0000 (16:46 +0900)
committerYves Orton <demerphq@gemini.(none)>
Sat, 5 Sep 2009 09:55:14 +0000 (11:55 +0200)
commit46ca9baca57195cba6c2018437d0622aab45fe78
tree348af1462885e9dd0a4f78b4233fe7535811428f
parent72df79cfe3e47a2c10d5ec5cec73128097bea176
call_method() uses newSVpvn_flags(), instead of sv_2mortal(newSVpv(...)), because newSVpvn_flags() is now optimized.

Signed-off-by: Yves Orton <demerphq@gemini.(none)>
perl.c