NAME
Markdown::Pod::script - script to convert Markdown to POD
VERSION
version 0.002
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>
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.