Changes for version 0.25 - 2023-09-04
- Fixed the importation of Pod::Simple::XHTML, Text::Trac, Text::Textile, and Text::MediawikiFormat to use the correct syntax for requiring a minimum version. Thanks to Graham Knop for the PR (#27)!
- Fixed a reStructuredText test failure on newer versions of `docutils`.
- Moved development test dependencies from recommended prereqs to development prereqs.
- Increased the minimum required Module::Build version to 0.4209.
- Added GitHub Workflows for testing and releasing and removed Travis testing. Test on Perl 5.8 - 5.38 on Linux, macOS, an Windows.
- Fixed bugs executing Rest and Asciidoc on Windows.
- Updated Asciidoc ot find `asciidoc.bat` and `asciidoc.exe` on Windows.
Modules
Parse text markup into HTML
Asciidoc parser for Text::Markup
BBcode parser for Text::Markup
Creole parser for Text::Markup
HTML parser for Text::Markup
Markdown parser for Text::Markup
MediaWiki syntax parser for Text::Markup
MultiMarkdown parser for Text::Markup
Turn a file with no known markup into HTML
Pod parser for Text::Markup
reStructuredText parser for Text::Markup
Textile parser for Text::Markup
Trac wiki syntax parser for Text::Markup