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

NAME

Convert::Wiki::Node::Item - Represents an item in a list (aka <li> or *)

SYNOPSIS

        use Convert::Wiki::Node::Item;

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

        print $para->as_wiki();         # print something like "* Foo is a foorbar\n"

DESCRIPTION

A Convert::Wiki::Node::Item represents an item in a list (aka the equivalent of <li> or *.

EXPORT

None by default.

SEE ALSO

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.