Convert::Wiki::Node::Para 0.05 review

Download
by rbytes.net on

License: GPL (GNU General Public License)
File size: 19K
Developer: Tels
0 stars award from rbytes.net

Convert::Wiki::Node::Para is a Perl module that represents a text paragraph node.

SYNOPSIS

use Convert::Wiki::Node::Para;

my $para = Convert::Wiki::Node->new( txt => 'Foo is a foobar.', type => 'para' );

print $para->as_wiki();

A Convert::Wiki::Node::Para represents a normal text paragraph.

Requirements:
Perl

Convert::Wiki::Node::Para 0.05 keywords