Blob Blame History Raw
[name]
Explicit width setting

[options]
width 40

[input]
=head1 WIDTH

This is a long bit of text that would normally wrap at 78 characters using
the default settings, but will be wrapped at 40 characters due to the
option set.  (Regression test for #124447.)

=cut

[output]
WIDTH
    This is a long bit of text that
    would normally wrap at 78 characters
    using the default settings, but will
    be wrapped at 40 characters due to
    the option set. (Regression test for
    #124447.)