This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
463bdba
)
documentation typo for Text::Wrap
author
David Landgren
<david@landgren.net>
Tue, 23 Oct 2007 21:43:29 +0000
(23:43 +0200)
committer
H.Merijn Brand
<h.m.brand@xs4all.nl>
Wed, 24 Oct 2007 06:26:16 +0000
(06:26 +0000)
Message-ID: <
471E4EE1
.5010500@landgren.net>
p4raw-id: //depot/perl@32182
lib/Text/Wrap.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Text/Wrap.pm
b/lib/Text/Wrap.pm
index
4d2b8e8
..
4f41acf
100644
(file)
--- a/
lib/Text/Wrap.pm
+++ b/
lib/Text/Wrap.pm
@@
-122,7
+122,7
@@
Text::Wrap - line wrapping to form simple paragraphs
B<Example 1>
- 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<Example 2>
B<Example 3>
- use Text::Wrap
+ use Text::Wrap
;
$Text::Wrap::columns = 72;
print wrap('', '', @text);