This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make B::COP::stashpv respect utf8 and embedded nulls
authorFather Chrysostomos <sprout@cpan.org>
Tue, 5 Jun 2012 23:31:31 +0000 (16:31 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 6 Jun 2012 03:30:09 +0000 (20:30 -0700)
commit99225839922929466cd6a5c5254e0ca689af2ac3
treed44b0ee9942b0233bb916425b2acb7482357bb02
parent9343f4cf23ede11b197fea9daa9ed32154bf1271
Make B::COP::stashpv respect utf8 and embedded nulls

This was mentioned in ticket #113060.

This commit also adds another stashoff test.

The diff looks a bit complicated, because it stops ->file and
->stashpv from being XS aliases.
ext/B/B.xs
ext/B/t/b.t