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

NAME

Markdown::Pod::script - script to convert Markdown to POD

VERSION

version 0.003

SYNOPSIS

    my $app = Markdown::Pod::script->new;
    $app->parse_options(@ARGV);
    $app->doit or exit(1);

DESCRIPTION

This module contains script related functions.

AUTHOR

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

CONTRIBUTOR

Abigail (ABIGAIL)

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 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.