From: Dan Dascalescu Date: Fri, 20 Feb 2009 06:48:09 +0000 (+0000) Subject: Fixed missing word in Text::Wrap POD X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7e8acedc1c377e0e0cc1a6fe4d1acce5f69323f2;p=p5sagit%2Fp5-mst-13.2.git Fixed missing word in Text::Wrap POD (cherry picked from commit 3adac458cb1c1d41af47fc66e67b49c8dec2323f) --- diff --git a/lib/Text/Wrap.pm b/lib/Text/Wrap.pm index 4f41acf..3dee92f 100644 --- a/lib/Text/Wrap.pm +++ b/lib/Text/Wrap.pm @@ -201,8 +201,8 @@ the number of characters you do want for your tabstops. If you want to separate your lines with something other than C<\n> then set C<$Text::Wrap::separator> to your preference. This replaces -all newlines with C<$Text::Wrap::separator>. If you just to preserve -existing newlines but add new breaks with something else, set +all newlines with C<$Text::Wrap::separator>. If you just want to +preserve existing newlines but add new breaks with something else, set C<$Text::Wrap::separator2> instead. When words that are longer than C<$columns> are encountered, they