Change 33712 by [EMAIL PROTECTED] on 2008/04/18 12:49:26
Subject: [perl #52866] [PATCH] Missing period in perlintro
From: Matt Kraai (via RT) <[EMAIL PROTECTED]>
Date: Sun, 13 Apr 2008 21:01:50 -0700
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/pod/perlintro.pod#16 edit
Differences ...
==== //depot/perl/pod/perlintro.pod#16 (text) ====
Index: perl/pod/perlintro.pod
--- perl/pod/perlintro.pod#15~31264~ 2007-05-24 04:17:31.000000000 -0700
+++ perl/pod/perlintro.pod 2008-04-18 05:49:26.000000000 -0700
@@ -659,7 +659,7 @@
also available from CPAN.
To learn how to install modules you download from CPAN, read
-L<perlmodinstall>
+L<perlmodinstall>.
To learn how to use a particular module, use C<perldoc I<Module::Name>>.
Typically you will want to C<use I<Module::Name>>, which will then give
End of Patch.