X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FText%2FWrap.pm;h=f12d4583d63c5816fdcbe958a2267a3e10ea4d6a;hb=3c4b39bee8832007b7e91bfce8701d34cacab411;hp=602cdab48f9636abb2f2e420060f360f080341fe;hpb=db30010093a0bacd16d1fa3fd1bd5397da6479d3;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/Text/Wrap.pm b/lib/Text/Wrap.pm index 602cdab..f12d458 100644 --- a/lib/Text/Wrap.pm +++ b/lib/Text/Wrap.pm @@ -143,11 +143,11 @@ B =head1 DESCRIPTION C is a very simple paragraph formatter. It formats a -single paragraph at a time by breaking lines at word boundries. +single paragraph at a time by breaking lines at word boundaries. Indentation is controlled for the first line (C<$initial_tab>) and all subsequent lines (C<$subsequent_tab>) independently. Please note: C<$initial_tab> and C<$subsequent_tab> are the literal strings that will -be used: it is unlikley you would want to pass in a number. +be used: it is unlikely you would want to pass in a number. Text::Wrap::fill() is a simple multi-paragraph formatter. It formats each paragraph separately and then joins them together when it's done. It