This means we're about to compile a method invocation, the tokenizer forced
parsing a word, and we got the const op of that.
I'm not too happy with this. I see how it can be useful to hook into those
places, but it should probably be a different feature of DD.
break;
}
+ if (strnEQ (PL_bufptr, "->", 2)) {
+ return o;
+ }
+
dd_linestr_callback(aTHX_ "const", name);
return o;