git-svn-id: http://dev.catalyst.perl.org/repos/bast/trunk/Devel-Declare@4829
bd8105ee-0ff8-0310-8827-fb3f25b6796d
o = dd_old_ck_const(aTHX_ o); /* let the original do its job */
+ /* if this is set, we just grabbed a delimited string or something,
+ not a bareword, so NO TOUCHY */
+
+ if (PL_lex_stuff)
+ return o;
+
/* don't try and look this up if it's not a string const */
if (!SvPOK(cSVOPo->op_sv))
return o;