podwrap(1)

PODWRAP(1) User Contributed Perl Documentation PODWRAP(1)

SYNOPSIS

    podwrap [ infile [ outfile ] ]
    podwrap [ --in infile ] [ --out outfile ]
    podwrap < infile > outfile

OPTIONS

--in
A file to input.
--out
A file to output.
--help
Options list.
--man
Complete documentation.

DESCRIPTION

This little script allows to wrap POD embedded in perl files from the command line. It's pretty intuitive, behaving as you would probably expect it to.

BUGS

I'm working on that.

COPYRIGHT & LICENSE

    Copyright 2004 Yuval Kogman. All rights reserved.
    This program is free software; you can redistribute it
    and/or modify it under the same terms as Perl itself.

AUTHOR

Yuval Kogman <nothingmuch@woobling.org>

SEE ALSO

Pod::Wrap

2022-05-26 perl v5.34.0