From: Vincent Pit Date: Thu, 19 Aug 2010 15:05:48 +0000 (+0200) Subject: Store the offset from the source buffer beginning in the op info object X-Git-Tag: v0.23~10 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=commitdiff_plain;h=b692a67bb2d094808f4ef331df53093a4019b34e;hp=b692a67bb2d094808f4ef331df53093a4019b34e Store the offset from the source buffer beginning in the op info object This fixes potential errors where some indirect constructs are wrongly reported (or failed to be) when the source buffer is grown between the method and the object name. Also, from now on, an op info object is never stored when the correct position could not have been found in the source buffer. This is really how it should have behaved from the beginning. ---