summaryrefslogtreecommitdiff
path: root/pp_ctl.c
diff options
context:
space:
mode:
authorRobin Barker <RMBarker@cpan.org>2005-01-19 18:30:31 +0000
committerH.Merijn Brand <h.m.brand@xs4all.nl>2005-01-19 18:32:41 +0000
commit014ead4bccac5462b3a10654493980250e84b1d4 (patch)
treefc07a2bc355f8c8afe997e97ca5e875d198e3dbf /pp_ctl.c
parent3e0a3558675c46274592389adb574bfc2a161d7a (diff)
downloadperl-014ead4bccac5462b3a10654493980250e84b1d4.tar.gz
Further follow-up to 23767
Message-ID: <533D273D4014D411AB1D00062938C4D90849C57D@hotel.npl.co.uk> p4raw-id: //depot/perl@23824
Diffstat (limited to 'pp_ctl.c')
-rw-r--r--pp_ctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp_ctl.c b/pp_ctl.c
index 447742dbbb..829b655f1d 100644
--- a/pp_ctl.c
+++ b/pp_ctl.c
@@ -3073,7 +3073,7 @@ PP(pp_require)
if (!sv_derived_from(PL_patchlevel, "version"))
(void *)upg_version(PL_patchlevel);
if ( vcmp(sv,PL_patchlevel) > 0 )
- DIE(aTHX_ "Perl v%_ required--this is only v%_, stopped",
+ DIE(aTHX_ "Perl v%"SVf" required--this is only v%"SVf", stopped",
vstringify(sv), vstringify(PL_patchlevel));
RETPUSHYES;