Tels > Convert-Wiki > Convert::Wiki::Node::Mono

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

Dependencies

Annotate this POD

CPAN RT

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

NAME ^

Convert::Wiki::Node::Mono - Represents a monospaced text block

SYNOPSIS ^

        use Convert::Wiki::Node::Mono;

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

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

DESCRIPTION ^

A Convert::Wiki::Node::Mono represents an monospaced textblock.

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.