1PODWRAP(1)            User Contributed Perl Documentation           PODWRAP(1)
2
3
4

SYNOPSIS

6           podwrap [ infile [ outfile ] ]
7           podwrap [ --in infile ] [ --out outfile ]
8           podwrap < infile > outfile
9

OPTIONS

11       --in
12           A file to input.
13
14       --out
15           A file to output.
16
17       --help
18           Options list.
19
20       --man
21           Complete documentation.
22

DESCRIPTION

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

BUGS

29       I'm working on that.
30
32           Copyright 2004 Yuval Kogman. All rights reserved.
33           This program is free software; you can redistribute it
34           and/or modify it under the same terms as Perl itself.
35

AUTHOR

37       Yuval Kogman <nothingmuch@woobling.org>
38

SEE ALSO

40       Pod::Wrap
41
42
43
44perl v5.30.1                      2020-01-30                        PODWRAP(1)
Impressum