Pod::Wrap::Pretty - reformat Pod to be nicely line wrapped


Pod-Tidy documentation  | view source Contained in the Pod-Tidy distribution.

Index


NAME

Top

Pod::Wrap::Pretty - reformat Pod to be nicely line wrapped

SYNOPSIS

Top

    use Pod::Wrap::Pretty;

    my $w = new Pod::Wrap::Pretty;

    $w->parse_from_filehandle($fh);
    $w->parse_from_file($filename);

DESCRIPTION

Top

This is a Pod::Wrap subclass, which is in turn a Pod::Parser subclass. Please see the Pods of those modules for further API documentation.

This module performs the exact same functionality as Pod::Wrap except that all pre-existing newlines are removed prior to line breaking and trailing whitespace is removed from the end of paragraphs. This provides nicely formatted paragraphs similar to vim's gq command.

DEVELOPER NOTES

Top

These Pod::Wrap subroutines have been overridden.

* textblock

CREDITS

Top

Yuval Kogman <nothingmuch@woobling.org> author of Pod::Wrap

SUPPORT

Top

Please contact the author directly via e-mail.

AUTHOR

Top

Joshua Hoblitt <jhoblitt@cpan.org>

COPYRIGHT

Top

SEE ALSO

Top

Pod::Wrap, Pod::Parser


Pod-Tidy documentation  | view source Contained in the Pod-Tidy distribution.