Tels > Convert-Wiki > Convert::Wiki::Node::Head

Download:
convert/Convert-Wiki-0.05.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  1
View Bugs
Report a bug
Module Version: 0.04   Source  

NAME ^

Convert::Wiki::Node::Head - 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();

DESCRIPTION ^

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

EXPORT ^

None by default.

SEE ALSO ^

The base class Convert::Wiki::Node.

AUTHOR ^

Tels http://bloodgate.com

COPYRIGHT AND LICENSE ^

Copyright (C) 2004 by Tels

This library is free software; you can redistribute it and/or modify it under the terms of the GPL. See the LICENSE file for more details.