[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]
[1mWIDTH[m
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.)