Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PATCH Text::Tabs 98.1128.01] SYNOPSIS was all smashed together #1107

Closed
p5pRT opened this issue Feb 1, 2000 · 3 comments
Closed

[PATCH Text::Tabs 98.1128.01] SYNOPSIS was all smashed together #1107

p5pRT opened this issue Feb 1, 2000 · 3 comments

Comments

@p5pRT
Copy link

p5pRT commented Feb 1, 2000

Migrated from rt.perl.org#2062 (status was 'resolved')

Searchable as RT2062$

@p5pRT
Copy link
Author

p5pRT commented Feb 1, 2000

From @schwern

The SYNOPSIS of Text​::Tabs renders all smashed together. I little
indentation solves the problem.

--- Tabs.pm 2000/02/01 16​:27​:53
+++ Tabs.pm 2000/02/01 16​:30​:09
@​@​ -73,11 +73,11 @​@​

=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

--

Michael G Schwern schwern@​pobox.com
  http​://www.pobox.com/~schwern
  /(?​:(?​:(1)[.-]?)?\(?(\d{3})\)?[.-]?)?(\d{3})[.-]?(\d{4})(x\d+)?/i

@p5pRT
Copy link
Author

p5pRT commented Apr 30, 2003

From @iabyn

looks like this patch was applied.

@p5pRT
Copy link
Author

p5pRT commented Apr 30, 2003

@iabyn - Status changed from 'stalled' to 'resolved'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant