diff options
Diffstat (limited to 'lib/Text')
-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 c431019908..b26f8f4054 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 |