X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/8b10511d03f06e2bc36e4d866861ec81d92d48fc..8a38ab241313ca4a51b5fc5b36b207cdb71be4db:/XSUB.h diff --git a/XSUB.h b/XSUB.h index 65c33c9..a7987f4 100644 --- a/XSUB.h +++ b/XSUB.h @@ -49,7 +49,7 @@ Sv = perl_get_sv(vn = form("%s::VERSION", module), FALSE); \ } \ if (Sv && (!SvOK(Sv) || strNE(XS_VERSION, SvPV(Sv, na)))) \ - croak("%s object version %s does not match $%s %S", \ + croak("%s object version %s does not match $%s %_", \ module, XS_VERSION, vn, Sv); \ } STMT_END #else