PADRANGE: don't assume targs are contiguous
authorDavid Mitchell <davem@iabyn.com>
Mon, 12 Nov 2012 10:36:55 +0000 (10:36 +0000)
committerDavid Mitchell <davem@iabyn.com>
Mon, 12 Nov 2012 10:36:55 +0000 (10:36 +0000)
commit18c931a3833eccac01983e3e50239ca36de82ec4
tree3f9c5470a898ace34dc8b4feecf9ef025c076790
parent94691b809310834faf58c42ca79fa08825387969
PADRANGE: don't assume targs are contiguous

Normally in something like my($x,$y,$z), the 3 targs are contiguous;
however eternal modules like Function::Parameters can break that
assumption, so don't assume it.
op.c