From 6903f24f6aa2a0ee788be78c62e82ef916f60f19 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sun, 23 Jun 2013 15:44:08 -0700 Subject: [PATCH] =?utf8?q?perldiag:=20Correct=20=E2=80=98Perl=20%s=20requi?= =?utf8?q?red=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- pod/perldiag.pod | 2 +- t/porting/diag.t | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 3fa0e5c..e52d4f4 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -4039,7 +4039,7 @@ interpreted as a decimal, with every three digits after the decimal point representing a part of the version number. So 5.10 is equivalent to v5.100. -=item Perl %s required--this is only version %s, stopped +=item Perl %s required--this is only %s, stopped (F) The module in question uses features of a version of Perl more recent than the currently running version. How long has it been since diff --git a/t/porting/diag.t b/t/porting/diag.t index 7a7799d..5022094 100644 --- a/t/porting/diag.t +++ b/t/porting/diag.t @@ -522,7 +522,6 @@ No %s allowed while running setgid No %s allowed with (suid) fdscript Not an XSUB reference Operator or semicolon missing before %c%s -Perl %s required--this is only %s, stopped PerlApp::TextQuery: no arguments, please POSIX syntax [%c %c] is reserved for future extensions in regex; marked by <-- HERE in m/%s/ ptr wrong %p != %p fl=%x nl=%p e=%p for %d -- 2.7.4