pv->pvn for literals in pp_require and Perl_sv_derived_from_pvn
authorDaniel Dragan <bulk88@hotmail.com>
Mon, 12 Nov 2012 16:08:44 +0000 (11:08 -0500)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 12 Nov 2012 19:21:11 +0000 (11:21 -0800)
commit88010bae48e357de8730f6f4d07dea8881b26a6d
treebd95e1095f07593df6695eac9fa36b6c39615273
parentcb596ae4e79864a8db791ca730a59d3c8e468f3a
pv->pvn for literals in pp_require and Perl_sv_derived_from_pvn

I found these 2 strlens while stepping through the interp while running a
script and both came from a pp_require. UNIVERSAL::can was not modified
since it is more rarely called than pp_require. A better more through
investigation of version obj comparison and upgrading will need to be done
in the future (new funcs needed for the derived/upg_version idiom, remove
the upg_version since it was changed to always be a ver obj, etc).
pp_ctl.c
universal.c