In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/5f3a9e9ee8590e793ba3f789e4469c90fc8bc69b?hp=ed260fbbeb9b3eb019398e84f1d723ab07cb3e68>
- Log ----------------------------------------------------------------- commit 5f3a9e9ee8590e793ba3f789e4469c90fc8bc69b Author: Ricardo Signes <[email protected]> Date: Tue May 8 21:11:12 2012 -0400 add a missing blink above =item to s2p.PL ----------------------------------------------------------------------- Summary of changes: t/porting/known_pod_issues.dat | 1 - x2p/s2p.PL | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/t/porting/known_pod_issues.dat b/t/porting/known_pod_issues.dat index 34ae776..3088dd1 100644 --- a/t/porting/known_pod_issues.dat +++ b/t/porting/known_pod_issues.dat @@ -302,7 +302,6 @@ utils/libnetcfg Apparent broken link 1 utils/pod2html Pod NAME already used 1 vms/ext/filespec.pm Verbatim line length including indents exceeds 79 by 1 x2p/a2p.pod empty section in previous paragraph 2 -x2p/psed Spurious =cut command 1 lib/benchmark.pm Verbatim line length including indents exceeds 79 by 4 lib/class/struct.pm Verbatim line length including indents exceeds 79 by 7 lib/config.pod ? Should you be using L<...> instead of -1 diff --git a/x2p/s2p.PL b/x2p/s2p.PL index cc7ade0..8a5abae 100644 --- a/x2p/s2p.PL +++ b/x2p/s2p.PL @@ -497,6 +497,7 @@ Swap the contents of the pattern space and the hold space. #-------------------------------------------------------------------------- $ComTab{'y'}=[ 2, 'tra', \&Emit, '' ]; #ok + =item [2addr]B<y>B</>I<string1>B</>I<string2>B</> In the pattern space, replace all characters occurring in I<string1> by the @@ -520,7 +521,7 @@ Prints the current line number on the standard output. #-------------------------------------------------------------------------- $ComTab{':'}=[ 0, 'str', \&Label, '' ]; #ok - + =item [0addr]B<:> [I<label>] The command specifies the position of the I<label>. It has no other effect. -- Perl5 Master Repository
