diff options
author | Dan Dascalescu <bigbang7@gmail.com> | 2009-02-20 06:48:09 +0000 |
---|---|---|
committer | Leon Brocard <acme@astray.com> | 2009-02-20 16:17:48 +0800 |
commit | 7e8acedc1c377e0e0cc1a6fe4d1acce5f69323f2 (patch) | |
tree | e000633439fe40f07112511c3207e4a896c7ba4d /lib/Text | |
parent | 4300f93b02bb2e0a466478acdc265d15a6154f4c (diff) | |
download | perl-7e8acedc1c377e0e0cc1a6fe4d1acce5f69323f2.tar.gz |
Fixed missing word in Text::Wrap POD
(cherry picked from commit 3adac458cb1c1d41af47fc66e67b49c8dec2323f)
Diffstat (limited to 'lib/Text')
-rw-r--r-- | lib/Text/Wrap.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Text/Wrap.pm b/lib/Text/Wrap.pm index 4f41acf9ee..3dee92f4e4 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 |