From: Father Chrysostomos Date: Sun, 23 Jun 2013 22:48:41 +0000 (-0700) Subject: perldiag: Correct ‘Repeated format line...’ X-Git-Tag: upstream/5.20.0~2964 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a7f533cbfb8939dabca03fd2792751e41512fb04;p=platform%2Fupstream%2Fperl.git perldiag: Correct ‘Repeated format line...’ The perldiag entry has differed from the actual error since both were added in a1b950687051c. --- 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