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

NAME

Wx::Perl::PodEditor::PodParser - parse Pod and display it in the RichTextCtrl.

DESCRIPTION

The PodEditor aims to help the developer. Therefor the developer should be able to save the documentation and edit it later. The documentation is saved as Pod, so we have to parse the documentation to display it in the RichTextCtrl.

This module inherits from Pod::Simple::Methody and implements the most common Pod directives.

SYNOPSIS

    my $parser = Wx::Perl::PodEditor::PodParser->new( $wx_richtextctrl );
    $parser->parse_string_document( $documentation );

AUTHOR

Renee Baecker, <module@renee-baecker.de>