X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=opcode.pl;h=d1389177c36effb8147defc6d8c3e6cbc5065919;hb=91e74348ab129f737e0d9da75481cd4eb7414ba4;hp=ab98824fe041fe8fa05f6abc6c77fa2d0bb19079;hpb=1426bbf4b7d39af0f80ec0afcb4869d2bc3f0a90;p=p5sagit%2Fp5-mst-13.2.git diff --git a/opcode.pl b/opcode.pl index ab98824..d138917 100755 --- a/opcode.pl +++ b/opcode.pl @@ -321,7 +321,7 @@ sub tab { # trans not OK (dTARG; TARG = sv_newmortal();) # ucfirst etc not OK: TMP arg processed inplace # quotemeta not OK (unsafe when TARG == arg) -# each repeat not OK too due to array context +# each repeat not OK too due to list context # pack split - unknown whether they are safe # sprintf: is calling do_sprintf(TARG,...) which can act on TARG # before other args are processed.