From a7f533cbfb8939dabca03fd2792751e41512fb04 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sun, 23 Jun 2013 15:48:41 -0700 Subject: [PATCH] =?utf8?q?perldiag:=20Correct=20=E2=80=98Repeated=20format?= =?utf8?q?=20line...=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The perldiag entry has differed from the actual error since both were added in a1b950687051c. --- 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 e52d4f4..0fab97e 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -4507,7 +4507,7 @@ supposed to be there. (P) A "can't happen" error, because safemalloc() should have caught it earlier. -=item Repeated format line will never terminate (~~ and @# incompatible) +=item Repeated format line will never terminate (~~ and @#) (F) Your format contains the ~~ repeat-until-blank sequence and a numeric field that will never go blank so that the repetition never diff --git a/t/porting/diag.t b/t/porting/diag.t index 5022094..d317744 100644 --- a/t/porting/diag.t +++ b/t/porting/diag.t @@ -530,7 +530,6 @@ Regexp modifier "%c" may appear a maximum of twice in regex; marked by <-- HERE Regexp modifier "%c" may not appear twice in regex; marked by <-- HERE in m/%s/ Regexp modifiers "%c" and "%c" are mutually exclusive in regex; marked by <-- HERE in m/%s/ Regexp *+ operand could be empty in regex; marked by <-- HERE in m/%s/ -Repeated format line will never terminate (~~ and @#) Reversed %c= operator %s(%f) failed %sCompilation failed in require -- 2.7.4