summaryrefslogtreecommitdiff
path: root/pod/perlintro.pod
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2017-03-30 22:10:46 -0600
committerKarl Williamson <khw@cpan.org>2017-04-05 11:28:08 -0600
commit4b05bc8ea5a106c203e7154f3cbae72e133c9c80 (patch)
tree97252ee73ea15fb216e5dced1f914bf294883199 /pod/perlintro.pod
parent5fc389563644287b3e5f448616ce62dd0ce4e7a6 (diff)
downloadperl-4b05bc8ea5a106c203e7154f3cbae72e133c9c80.tar.gz
pods: Add L<> for links missing them; a couple nits
Diffstat (limited to 'pod/perlintro.pod')
-rw-r--r--pod/perlintro.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlintro.pod b/pod/perlintro.pod
index 9559cb1d12..5c168c18e1 100644
--- a/pod/perlintro.pod
+++ b/pod/perlintro.pod
@@ -675,7 +675,7 @@ in using third-party modules, which are documented below.
=head2 Using Perl modules
Perl modules provide a range of features to help you avoid reinventing
-the wheel, and can be downloaded from CPAN ( http://www.cpan.org/ ). A
+the wheel, and can be downloaded from CPAN ( L<http://www.cpan.org/> ). A
number of popular modules are included with the Perl distribution
itself.