cvs commit: perlfaq perlfaq3.pod

[email protected] (Robert Spier) 24 Nov 2003 19:55:50 -0000
Newsgroups perl.cvs.perlfaq
Message-ID <[email protected]>
cvsuser     03/11/24 11:55:50

  Modified:    .        perlfaq3.pod
  Log:
  From: Iain Truskett <[email protected]>
  To: [email protected]
  Subject: [PATCH perlfaq3] CoreList typo
  Date: Mon, 24 Nov 2003 19:47:39 +1100
  
  [1  <text/plain; us-ascii (7bit)>]
  Corrected module name.
  
  Revision  Changes    Path
  1.37      +2 -2      perlfaq/perlfaq3.pod
  
  Index: perlfaq3.pod
  ===================================================================
  RCS file: /cvs/public/perlfaq/perlfaq3.pod,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -w -r1.36 -r1.37
  --- perlfaq3.pod	1 Oct 2003 03:30:53 -0000	1.36
  +++ perlfaq3.pod	24 Nov 2003 19:55:50 -0000	1.37
  @@ -1,6 +1,6 @@
   =head1 NAME
   
  -perlfaq3 - Programming Tools ($Revision: 1.36 $, $Date: 2003/10/01 03:30:53 $)
  +perlfaq3 - Programming Tools ($Revision: 1.37 $, $Date: 2003/11/24 19:55:50 $)
   
   =head1 DESCRIPTION
   
  @@ -65,7 +65,7 @@
   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;