Script to convert pod to readme file
pod2readme lib/Some/Module.pm
Converts \s-1POD\s0 in the specified file to a \s-1README\s0 text file. If a second argument is given, it will use that as the output file and assume that is the type of file to export:
pod2readme Module.pm COPYING
If need be, this can be overridden in cases where the output file is not the same as the type, using a third argument:
pod2readme Module.pm Module-Install.HOWTO install
Pod::Readme
Robert Rothenberg <rrwo at cpan.org>
Copyright (c) 2005 Robert Rothenberg. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.