This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
add missing closing parens to documentation
authorRicardo Signes <rjbs@cpan.org>
Wed, 24 Oct 2012 22:51:06 +0000 (18:51 -0400)
committerRicardo Signes <rjbs@cpan.org>
Wed, 24 Oct 2012 22:51:06 +0000 (18:51 -0400)
reported by Joaquin Ferrero in [perl #115460] and [perl #115458]

pod/perlmodinstall.pod
pod/perlpod.pod

index f4694cc..9e88606 100644 (file)
@@ -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
index f4c6ccc..7afb325 100644 (file)
@@ -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