NAME
pod2markdown - Convert POD text to Markdown
SYNOPSIS
$ pod2markdown < POD_File > Markdown_File
DESCRIPTION
This program uses Pod::Markdown to convert POD into Markdown sources. It is a filter that expects POD on STDIN and outputs Markdown on STDOUT.
AUTHORS
Marcel Grünauer, <marcel@cpan.org>
Victor Moral, <victor@taquiones.net>
COPYRIGHT AND LICENSE
Copyright 2009 by Marcel Grünauer
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
SEE ALSO
This program is strongly based on pod2mdwn
from Module::Build::IkiWiki.