perldiag: Correct ‘Repeated format line...’
authorFather Chrysostomos <sprout@cpan.org>
Sun, 23 Jun 2013 22:48:41 +0000 (15:48 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 23 Jun 2013 23:12:30 +0000 (16:12 -0700)
The perldiag entry has differed from the actual error since both were
added in a1b950687051c.

pod/perldiag.pod
t/porting/diag.t

index e52d4f4..0fab97e 100644 (file)
@@ -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
index 5022094..d317744 100644 (file)
@@ -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