βpackage
App::pmarkdown;
use
strict;
use
warnings;
use
Markdown::Perl;
our
$VERSION
=
'1.10'
;
# Remember to also set the Markdown::Perl version.
1;
__END__
=pod
=encoding utf8
=head1 NAME
App::pmarkdown
=head1 SYNOPSIS
This package is only here to reserve the C<App::pmarkdown> name to simplify the
installation of the L<pmarkdown> program.
The documentation for the markdown processor is in the L<pmarkdown> page. Itβs
implementation is based on the L<Markdown::Perl> library that can be used
programmatically too.
=cut