This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove some redundant magical flag checks
authorFather Chrysostomos <sprout@cpan.org>
Sun, 29 Jul 2012 07:26:55 +0000 (00:26 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 29 Jul 2012 07:28:01 +0000 (00:28 -0700)
commitd96ab1b5f316fcb0109627c2060d3b7f8a7b5016
treedd5c68bc32106b4dc2d45e7f733a385f2bb7fe32
parent019070c31184a4deb57cb85f7e597a789c6c5b54
Remove some redundant magical flag checks

Now that gmagical svs use the OK flags the same way as muggles,
things like SvPOK || (SvGMAGICAL && SvPOKp) are no longer necessary.
pp.c
universal.c