END_HTML ); }
sub line_break { my $self = shift; $self->_stream( "\n\n" ); }
__PACKAGE__->meta->make_immutable; no Moose; 1;

Markdown::Pod::Handler - Parser module to convert from markdown to POD

version 0.003

my $handler = Markdown::Pod::Handler->new(
encoding => $encoding,
output => $fh,
);
my $parser = Markdent::Parser->new(
dialect => $dialect,
handler => $handler,
);

This module is a handler of Markdent Markdown parser. It converts Markdown to POD.

markdown text
encoding to use

create Markdown::Pod::Handler object
convert markdown text to POD text


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

Abigail (ABIGAIL)

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.