-
Notifications
You must be signed in to change notification settings - Fork 33
Closed
Labels
Type: bugan existing feature does not workan existing feature does not workimported from RTThis issue was originally in rt.cpan.orgThis issue was originally in rt.cpan.org
Description
from [email protected]
Hi there,
perldoc (using Pod::Perldoc v3.28) folds S
if any =encoding statement is present (even =encoding latin1).
STEPS TO REPRODUCE:
- Save the following demo to foo.pl
- Resize the terminal to 80 columns
- perldoc ./foo.pl
RESULTS: The long formula coded in S< ... > is displayed folded, but
should be shown on a single line. The bug goes away if the =encoding
directive is removed.
#!/usr/bin/perl
1;
=pod
=encoding utf8
=head1 blahblah
Blah blah blah. The following forumula should not be folded:
S< a + b + c + d + e + f + g + h + i >
but it is.
=cut
Metadata
Metadata
Assignees
Labels
Type: bugan existing feature does not workan existing feature does not workimported from RTThis issue was originally in rt.cpan.orgThis issue was originally in rt.cpan.org