Skip to content

Commit

Permalink
gv.c - use SVf_QUOTEDPREFIX in error message
Browse files Browse the repository at this point in the history
I overlooked this case when SVf_QUOTEDPREFIX was introduced
  • Loading branch information
demerphq committed Aug 27, 2022
1 parent 305697f commit 39629dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gv.c
Original file line number Diff line number Diff line change
Expand Up @@ -916,8 +916,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_QUOTEDPREFIX " yet it is mentioned in @%.*s::ISA"
" (perhaps you forgot to load %" SVf_QUOTEDPREFIX "?)",
(int) hvnamelen, hvname,
(int) len, name,
SVfARG(linear_sv),
Expand Down

0 comments on commit 39629dc

Please sign in to comment.