This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
util.c:report_wrongway_fh: Don’t create an SV
authorFather Chrysostomos <sprout@cpan.org>
Fri, 25 May 2012 05:16:52 +0000 (22:16 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 7 Jun 2012 15:18:51 +0000 (08:18 -0700)
commit0223a80133899e1c84be7768d5224ee894e33c6f
treeb0baec353db8db1c5ff82d81de888da905429ef9
parentc6e4ff343b63c6923b5be105aa9e384e8176673a
util.c:report_wrongway_fh: Don’t create an SV

Now that sv_vcatpvfn supports HEKs directly, we don’t need to create a
temporary SV out of one.
util.c