cvs commit: perlfaq perlfaq7.pod

[email protected] (Robert Spier) 8 Aug 2005 02:38:25 -0000
Newsgroups perl.cvs.perlfaq
Message-ID <[email protected]>
cvsuser     05/08/07 19:38:25

  Modified:    .        perlfaq7.pod
  Log:
  Change 25274 by merijn@merijn-lt09 on 2005/08/07 10:10:12
  
  	Subject: [PATCH] undup
  	From: Jarkko Hietaniemi <[email protected]>
  	Date: Sun, 07 Aug 2005 13:28:19 +0300
  	Message-ID: <[email protected]>
  
  Revision  Changes    Path
  1.25      +2 -2      perlfaq/perlfaq7.pod
  
  Index: perlfaq7.pod
  ===================================================================
  RCS file: /cvs/public/perlfaq/perlfaq7.pod,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- perlfaq7.pod	4 Jun 2005 04:12:40 -0000	1.24
  +++ perlfaq7.pod	8 Aug 2005 02:38:25 -0000	1.25
  @@ -179,7 +179,7 @@
   (contributed by brian d foy)
   
   L<perlmod>, L<perlmodlib>, L<perlmodstyle> explain modules
  -in all the gory details. L<perlnewmod> gives a a brief
  +in all the gory details. L<perlnewmod> gives a brief
   overview of the process along with a couple of suggestions
   about style.