diff options
-rw-r--r-- | pod/perlfaq8.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfaq8.pod b/pod/perlfaq8.pod index adc1d49c6b..b64e8d038b 100644 --- a/pod/perlfaq8.pod +++ b/pod/perlfaq8.pod @@ -1192,7 +1192,7 @@ might not be perl's message. (contributed by brian d foy) The easiest way is to have a module also named CPAN do it for you by using -the C<cpan> command the comes with Perl. You can give it a list of modules +the C<cpan> command that comes with Perl. You can give it a list of modules to install: $ cpan IO::Interactive Getopt::Whatever |