diff options
author | Ricardo Signes <rjbs@cpan.org> | 2012-10-24 18:51:06 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2012-10-24 18:51:06 -0400 |
commit | 6c1c521a93a848118c81073a86e981fb9bd9970e (patch) | |
tree | c28fda7d3fd0de95ab6abd67acb04ee91050ae38 /pod | |
parent | 708e0e1d497b68c4abb0b9dfd8ea95ca3061c3e5 (diff) | |
download | perl-6c1c521a93a848118c81073a86e981fb9bd9970e.tar.gz |
add missing closing parens to documentation
reported by Joaquin Ferrero in [perl #115460] and [perl #115458]
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlmodinstall.pod | 2 | ||||
-rw-r--r-- | pod/perlpod.pod | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlmodinstall.pod b/pod/perlmodinstall.pod index f4694cc9a7..9e88606ff5 100644 --- a/pod/perlmodinstall.pod +++ b/pod/perlmodinstall.pod @@ -19,7 +19,7 @@ and install them on their own computer. First, are you sure that the module isn't already on your system? Try C<perl -MFoo -e 1>. (Replace "Foo" with the name of the module; for -instance, C<perl -MCGI::Carp -e 1>. +instance, C<perl -MCGI::Carp -e 1>.) If you don't see an error message, you have the module. (If you do see an error message, it's still possible you have the module, but diff --git a/pod/perlpod.pod b/pod/perlpod.pod index f4c6ccc8a0..7afb325c0c 100644 --- a/pod/perlpod.pod +++ b/pod/perlpod.pod @@ -531,7 +531,7 @@ EE<lt>...E<gt> code sometimes. For example, instead of "C<NEE<lt>ltE<gt>3>" (for "NE<lt>3") you could write "C<NZE<lt>E<gt>E<lt>3>" (the "ZE<lt>E<gt>" breaks up the "N" and the "E<lt>" so they can't be considered -the part of a (fictitious) "NE<lt>...E<gt>" code. +the part of a (fictitious) "NE<lt>...E<gt>" code). =for comment This was formerly explained as a "zero-width character". But it in |