diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-12-02 22:18:05 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-12-02 22:18:05 +0000 |
commit | 793f5136aceac628d0f8aee41ccb49204963e443 (patch) | |
tree | 1b8078840654d2d92c6f7842a8a8a69c145348b8 /pod/perlfaq3.pod | |
parent | 9c4673c112c9c6db503869f421b813d3c489a10e (diff) | |
download | perl-793f5136aceac628d0f8aee41ccb49204963e443.tar.gz |
FAQ sync.
p4raw-id: //depot/perl@21835
Diffstat (limited to 'pod/perlfaq3.pod')
-rw-r--r-- | pod/perlfaq3.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlfaq3.pod b/pod/perlfaq3.pod index 8fd484fea2..2fdc2fc5e0 100644 --- a/pod/perlfaq3.pod +++ b/pod/perlfaq3.pod @@ -1,6 +1,6 @@ =head1 NAME -perlfaq3 - Programming Tools ($Revision: 1.35 $, $Date: 2003/08/24 05:26:59 $) +perlfaq3 - Programming Tools ($Revision: 1.37 $, $Date: 2003/11/24 19:55:50 $) =head1 DESCRIPTION @@ -65,7 +65,7 @@ You can use the ExtUtils::Installed module to show all installed distributions, although it can take awhile to do its magic. The standard library which comes with Perl just shows up as "Perl" (although you can get those with -Mod::CoreList). +Module::CoreList). use ExtUtils::Installed; |