From: Steve Peters Date: Mon, 3 Mar 2008 19:20:12 +0000 (+0000) Subject: Fix some checkpod complaints. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=487af1873b5d3ac44d539c103ef961d4d2ab0be3;p=p5sagit%2Fp5-mst-13.2.git Fix some checkpod complaints. p4raw-id: //depot/perl@33423 --- diff --git a/pod/perlfaq2.pod b/pod/perlfaq2.pod index c9a0ec1..6b4d3da 100644 --- a/pod/perlfaq2.pod +++ b/pod/perlfaq2.pod @@ -408,7 +408,7 @@ Recommended books on (or mostly on) Perl follow. by Richard Foley with Andy Lester ISBN 1-59059-454-1 [1st edition July 2005] http://www.apress.com/book/view/1590594541 - + =back =head2 Which magazines have Perl content? diff --git a/pod/perlfaq5.pod b/pod/perlfaq5.pod index 821664d..e6c1dcc 100644 --- a/pod/perlfaq5.pod +++ b/pod/perlfaq5.pod @@ -60,7 +60,7 @@ C. Call the C method to flush the buffer yourself: open my( $printer ), ">", "/dev/printer"); $printer->flush; # one time flush - + =head2 How do I change, delete, or insert a line in a file, or append to the beginning of a file? X @@ -541,7 +541,7 @@ a string: With older versions of Perl, the C module provides similar functionality. - + =head2 How can I output my numbers with commas added? X