Text::MetaMarkup::AddOn::Raw - Add-on for MM to support raw code


Text-MetaMarkup documentation  | view source Contained in the Text-MetaMarkup distribution.

Index


NAME

Top

Text::MetaMarkup::AddOn::Raw - Add-on for MM to support raw code

SYNOPSIS

Top

    package Text::MetaMarkup::Subclass;
    use base qw(Text::MetaMarkup Text::MetaMarkup::AddOn::Raw);

DESCRIPTION

Top

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

Top

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

Top

Juerd Waalboer <juerd@cpan.org> <http://juerd.nl/>


Text-MetaMarkup documentation  | view source Contained in the Text-MetaMarkup distribution.