Convert::Wiki::Node::Head 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::Head is a Perl module that represents a headline node.

SYNOPSIS

use Convert::Wiki::Node::Head;

my $head = Convert::Wiki::Node->new( txt => 'About Foo', type => 'head1' );

print $head->as_wiki();

A Convert::Wiki::Node::Head represents a headline node in a text.

Requirements:
Perl

Convert::Wiki::Node::Head 0.05 search tags