Text-Markdown-PegMarkdown
Perl extension interface for John MacFarlane's peg-markdown, an implementation of markdown in C, using a PEG (parsing expression grammar).
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
If you have a trouble with downloading a tarball from github.com during "perl Makefile.PL". Try to use "git" instead.
git clone git://github.com/jgm/peg-markdown.git jgm-peg-markdown
And then, run "perl Makefile.PL" again.
rm jgm-peg-markdown-0.4.4.tar.gz
perl Makefile.PL
now it should be ready for "make"
DEPENDENCIES
peg-markdwon requires glib2. So Makefile.PL does.