From: David Landgren Date: Tue, 23 Oct 2007 21:43:29 +0000 (+0200) Subject: documentation typo for Text::Wrap X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bc1e993dda803ed122ed39c3750d052e692153e5;p=p5sagit%2Fp5-mst-13.2.git documentation typo for Text::Wrap Message-ID: <471E4EE1.5010500@landgren.net> p4raw-id: //depot/perl@32182 --- diff --git a/lib/Text/Wrap.pm b/lib/Text/Wrap.pm index 4d2b8e8..4f41acf 100644 --- a/lib/Text/Wrap.pm +++ b/lib/Text/Wrap.pm @@ -122,7 +122,7 @@ Text::Wrap - line wrapping to form simple paragraphs B - use Text::Wrap + use Text::Wrap; $initial_tab = "\t"; # Tab before first line $subsequent_tab = ""; # All other lines flush left @@ -145,7 +145,7 @@ B B - use Text::Wrap + use Text::Wrap; $Text::Wrap::columns = 72; print wrap('', '', @text);