1PODWRAP(1) User Contributed Perl Documentation PODWRAP(1)
2
3
4
6 podwrap [ infile [ outfile ] ]
7 podwrap [ --in infile ] [ --out outfile ]
8 podwrap < infile > outfile
9
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
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
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
37 Yuval Kogman <nothingmuch@woobling.org>
38
40 Pod::Wrap
41
42
43
44perl v5.28.0 2018-07-15 PODWRAP(1)