This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[Merge] SvPOK bug hunt
authorFather Chrysostomos <sprout@cpan.org>
Thu, 7 Jun 2012 15:19:32 +0000 (08:19 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 7 Jun 2012 15:19:44 +0000 (08:19 -0700)
commitf2ab0494188e59db7cc6ec444d773e86d96b2ad3
tree05a5fbcb06aa56bd3f6618367888e04e95366825
parente654efc25137667e687e787a95f6c53aa0ed69e1
parentb1d0a83378b21d719f9e1fd57b852ca875a7c228
[Merge] SvPOK bug hunt

Spurred on by a comment in ticket #109542, I went looking for misuse
of SvPOK, where SvPOKp should be used instead (since variables with
get-magic don’t have SvPOK set).

I discovered a few bugs like that, plus many more bugs that were sim-
ilar, but not quite the same.