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

NAME

6       pod2readme - script to convert POD to README file
7

SYNOPSIS

9         pod2readme lib/Some/Module.pm
10

DESCRIPTIONS

12       Converts POD in the specified file to a README text file. If a second
13       argument is given, it will use that as the output file and assume that
14       is the type of file to export:
15
16         pod2readme Module.pm COPYING
17
18       If need be, this can be overridden in cases where the output file is
19       not the same as the type, using a third argument:
20
21         pod2readme Module.pm Module-Install.HOWTO install
22

SEE ALSO

24       Pod::Readme
25

AUTHOR

27       Robert Rothenberg <rrwo at cpan.org>
28

LICENSE

30       Copyright (c) 2005 Robert Rothenberg. All rights reserved.  This
31       program is free software; you can redistribute it and/or modify it
32       under the same terms as Perl itself.
33
34
35
36perl v5.12.0                      2010-05-04                     POD2README(1)
Impressum