This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
universal.c: sv_does() UTF8 cleanup.
authorBrian Fraser <fraserbn@gmail.com>
Fri, 30 Sep 2011 20:42:31 +0000 (13:42 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 6 Oct 2011 20:01:10 +0000 (13:01 -0700)
This adds _sv, _pv, and _pvn forms to sv_does, and changes it to use
sv_ref() instead of sv_reftype().


No differences found