diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-02-09 22:29:20 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-02-09 22:29:20 +0000 |
commit | 3e2ea5df34c9b3a155c0705666fa94933c5227e2 (patch) | |
tree | bcf5319d4946d1bce2a7411c7bfeb2a8519027c2 /lib/Text/Tabs.pm | |
parent | f737ff5cc74b702da0c62b353d50f819128f0d34 (diff) | |
download | perl-3e2ea5df34c9b3a155c0705666fa94933c5227e2.tar.gz |
Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
Didn't upgrade the fill.t since it has a dependency to File::Slurp
purely for debugging purposes, the actual test hasn't changed.
p4raw-id: //depot/perl@8754
Diffstat (limited to 'lib/Text/Tabs.pm')
-rw-r--r-- | lib/Text/Tabs.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Text/Tabs.pm b/lib/Text/Tabs.pm index 933f917acd..c431019908 100644 --- a/lib/Text/Tabs.pm +++ b/lib/Text/Tabs.pm @@ -73,11 +73,11 @@ Text::Tabs -- expand and unexpand tabs per the unix expand(1) and unexpand(1) =head1 SYNOPSIS - use Text::Tabs; +use Text::Tabs; - $tabstop = 4; - @lines_without_tabs = expand(@lines_with_tabs); - @lines_with_tabs = unexpand(@lines_without_tabs); +$tabstop = 4; +@lines_without_tabs = expand(@lines_with_tabs); +@lines_with_tabs = unexpand(@lines_without_tabs); =head1 DESCRIPTION |