This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make SvPVbyte return bytes for non-PVs
authorFather Chrysostomos <sprout@cpan.org>
Wed, 1 Feb 2012 02:16:48 +0000 (18:16 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 1 Feb 2012 02:16:48 +0000 (18:16 -0800)
commita901b18147e02d3117f168809546ebbdac442db0
tree565420a249fe184b034038d4feadb5ad268a445a
parenteff8c8ec4d6623e9b2d486205961a2e78e598b65
Make SvPVbyte return bytes for non-PVs

Instead of just doing SvPV on something that is not a PV, SvPVbyte
should actually do what it is advertised as doing.
embed.fnc
ext/XS-APItest/t/svpv.t
proto.h
sv.c