diff options
author | Robin Barker <RMBarker@cpan.org> | 2005-01-19 18:30:31 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-01-19 18:32:41 +0000 |
commit | 014ead4bccac5462b3a10654493980250e84b1d4 (patch) | |
tree | fc07a2bc355f8c8afe997e97ca5e875d198e3dbf /pp_ctl.c | |
parent | 3e0a3558675c46274592389adb574bfc2a161d7a (diff) | |
download | perl-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |