Subject: | typos in Pod::Simple's pod |
Hi,
the Debian package of Pod::Simple carries the following patches, which I'd like to suggest for inclusion:
Author: Jonathan Yu <jawnsy@cpan.org>
--- a/lib/Pod/Simple/XHTML.pm
+++ b/lib/Pod/Simple/XHTML.pm
@@ -151,7 +151,7 @@
A string containing all characters that should be encoded as HTML entities,
specified using the regular expression character class syntax (what you find
within brackets in regular expressions). This value will be passed as the
-second argument to the C<encode_entities> fuction of L<HTML::Entities>. IF
+second argument to the C<encode_entities> function of L<HTML::Entities>. IF
L<HTML::Entities> is not installed, then any characters other than C<&<>"'>
will be encoded numerically.
Author: gregor herrmann <gregoa@debian.org>
--- a/lib/Pod/Simple/Subclassing.pod
+++ b/lib/Pod/Simple/Subclassing.pod
@@ -378,13 +378,13 @@
"Member Data"
</L>
-The I<raw> attribute depends on what the raw content of the L<> is, so that is
+The I<raw> attribute depends on what the raw content of the LE<lt>E<gt> is, so that is
why the event structure is the same "for the most part".
If you have not guessed it yet, the I<raw> attribute contains the raw,
-original, unescaped content of the L<> formatting code. In addition to the
+original, unescaped content of the LE<lt>E<gt> formatting code. In addition to the
examples above, take notice of the following event structure produced by
-the following L<> formatting code.
+the following LE<lt>E<gt> formatting code.
L<click B<here>|page/About the C<-M> switch>
Florian