The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

markdown2pod - markdown2pod - convert Markdown text to Pod

VERSION

version 0.005

SYNOPSIS

    markdown2pod readme.mkd
    markdown2pod readme.mkd > readme.html
    markdown2pod < readme.mkd > readme.html
    cat readme.mkd | markdown2pod > readme.html

DESCRIPTION

This script converts Markdown to POD. If you want to convert Markdown in your perl source code, then check Markdown::Pod module.

AUTHOR

Keedi Kim - 김도형 <keedi@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Keedi Kim.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.