NAME
Text::MetaMarkup::AddOn::Raw - Add-on for MM to support raw code
SYNOPSIS
package Text::MetaMarkup::Subclass;
use base qw(Text::MetaMarkup Text::MetaMarkup::AddOn::Raw);
DESCRIPTION
Text::MetaMarkup::AddOn::Raw adds support for the following special tags:
- Paragraph tag
raw
-
Includes the paragraph's text without further parsing.
- Inline tag
perl
-
Includes the tag's text without further parsing.
LICENSE
There is no license. This software was released into the public domain. Do with it what you want, but on your own risk. The author disclaims any responsibility.
AUTHOR
Juerd Waalboer <juerd@cpan.org> <http://juerd.nl/>