cvs commit: perlfaq perlfaq4.pod
[email protected] (Robert Spier) 2 Oct 2003 04:44:34 -0000
| Newsgroups | perl.cvs.perlfaq |
|---|---|
| Message-ID | <[email protected]> |
cvsuser 03/10/01 21:44:34 Modified: . perlfaq4.pod Log: From: Philip Newton <[email protected]> Subject: Re: Bug in perlfaq4 Date: Thu, 02 Oct 2003 06:40:50 +0200 Also, please remove the doubled word "article". (Was: "artitcle article", Is: "article article", Should be: "article") Revision Changes Path 1.52 +2 -2 perlfaq/perlfaq4.pod Index: perlfaq4.pod =================================================================== RCS file: /cvs/public/perlfaq/perlfaq4.pod,v retrieving revision 1.51 retrieving revision 1.52 diff -u -w -r1.51 -r1.52 --- perlfaq4.pod 2 Oct 2003 03:53:30 -0000 1.51 +++ perlfaq4.pod 2 Oct 2003 04:44:33 -0000 1.52 @@ -1,6 +1,6 @@ =head1 NAME -perlfaq4 - Data Manipulation ($Revision: 1.51 $, $Date: 2003/10/02 03:53:30 $) +perlfaq4 - Data Manipulation ($Revision: 1.52 $, $Date: 2003/10/02 04:44:33 $) =head1 DESCRIPTION @@ -1586,7 +1586,7 @@ This can be conveniently combined with precalculation of keys as given above. -See the F<sort> article article in the "Far More Than You Ever Wanted +See the F<sort> article in the "Far More Than You Ever Wanted To Know" collection in http://www.cpan.org/misc/olddoc/FMTEYEWTK.tgz for more about this approach.