diff options
Diffstat (limited to 'gv.c')
-rw-r--r-- | gv.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -814,8 +814,8 @@ S_gv_fetchmeth_internal(pTHX_ HV* stash, SV* meth, const char* name, STRLEN len, } else { Perl_ck_warner(aTHX_ packWARN(WARN_SYNTAX), "While trying to resolve method call %.*s->%.*s()" - " can not locate package \"%"SVf"\" yet it is mentioned in @%.*s::ISA" - " (perhaps you forgot to load \"%"SVf"\"?)", + " can not locate package \"%" SVf "\" yet it is mentioned in @%.*s::ISA" + " (perhaps you forgot to load \"%" SVf "\"?)", (int) hvnamelen, hvname, (int) len, name, SVfARG(linear_sv), |