This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
clean up sv_isobject usage
authorDaniel Dragan <bulk88@hotmail.com>
Sun, 13 Jul 2014 12:20:31 +0000 (08:20 -0400)
committerTony Cook <tony@develop-help.com>
Thu, 11 Jun 2015 04:46:06 +0000 (14:46 +1000)
commit4b523e790cc5594fb19013dc23adfb6a5b34f824
tree3646f84f3844b0eba00aa18db0fa15479c2221be
parent26fd36cc4555411f2f78ef8d28236ddb60fd0a67
clean up sv_isobject usage

-previous usage proves getmagic is unnecessary or ignored or already called
  S_do_smartmatch
  Perl_sv_does_sv

-in pp_dbmopen dont call sv_isobject twice in a row on the same SV in 1
 permutation
pp_ctl.c
pp_sys.c
universal.c