Consistently use OP_DESC instead of OP_NAME in error messages
authorRafael Garcia-Suarez <rgs@consttype.org>
Thu, 22 Apr 2010 16:12:44 +0000 (18:12 +0200)
committerRafael Garcia-Suarez <rgs@consttype.org>
Thu, 22 Apr 2010 16:13:55 +0000 (18:13 +0200)
commit94bbb3f46663f977c3c2dad2c182d4985f3ccc60
tree07050f3e410de59b8ccee64a5e3c703389af3fad
parentd58d2eace5195fc4cf294fe4f9fef7515a557829
Consistently use OP_DESC instead of OP_NAME in error messages

This solves bug: [perl #74572] chop dies with error about schop

This is not backwards-compatible, as some error messages can change,
as seen by the required change to t/op/sprintf2.t.
sv.c
t/op/sprintf2.t