diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-27 03:56:48 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-27 03:56:48 +0000 |
commit | a45bd81d7bee5835ad83b5249bac63256f8c94c0 (patch) | |
tree | dab1f7653808a838df28f550bf9c6f1f9a830e68 /lib/Pod | |
parent | ad31580623307f0b715ee0a148d5b2a56b4280ff (diff) | |
download | perl-a45bd81d7bee5835ad83b5249bac63256f8c94c0.tar.gz |
various pod nits identified by installhtml (all fixed except
unresolved links)
p4raw-id: //depot/perl@4910
Diffstat (limited to 'lib/Pod')
-rw-r--r-- | lib/Pod/Html.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Pod/Html.pm b/lib/Pod/Html.pm index c2f8865c59..4d77bc0a11 100644 --- a/lib/Pod/Html.pm +++ b/lib/Pod/Html.pm @@ -466,7 +466,7 @@ END_OF_HEAD process_over(); } elsif (/^=back/) { # =back process_back(); - } elsif (/^=for\s+(\S+)\s+(.*)/si) {# =for + } elsif (/^=for\s+(\S+)\s*(.*)/si) {# =for process_for($1,$2); } else { /^=(\S*)\s*/; |