The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

CPAN::Forum::Markup - Markup definitions and processing for CPAN::Forum

SYNOPSIS

        my $markup = CPAN::Forum::Markup->new();
        my $result = $markup->posting_process($new_text) ;

DESCRIPTION

Based on Parse::RecDescent, this module provide a method to check if a give piece of text is a valid post. It returns the text in the format it could be sent to the user or returns undef if the text is invalid.