diff options
author | Matt Kraai <kraai@ftbfs.org> | 2008-04-13 14:01:50 -0700 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-04-18 12:49:26 +0000 |
commit | 514f8bac36131e6028eb1b3cae7cb2afa3328a60 (patch) | |
tree | 0ffcb96592fcfd17bf3055dc65135290057fb1d2 /pod/perlintro.pod | |
parent | 4e42dfb1441e110bf697e136cebfeff74cf33d6f (diff) | |
download | perl-514f8bac36131e6028eb1b3cae7cb2afa3328a60.tar.gz |
[perl #52866] [PATCH] Missing period in perlintro
From: Matt Kraai (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-23612-1208145708-1282.52866-75-0@perl.org>
p4raw-id: //depot/perl@33712
Diffstat (limited to 'pod/perlintro.pod')
-rw-r--r-- | pod/perlintro.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlintro.pod b/pod/perlintro.pod index 210890f52f..b069c51960 100644 --- a/pod/perlintro.pod +++ b/pod/perlintro.pod @@ -659,7 +659,7 @@ to database integration to graphics. A categorized list of modules is 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 |