The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Convert::Wiki::Node::Line - Represents a horizontal line (aka ruler)

SYNOPSIS

        use Convert::Wiki::Node::Line;

        my $hr = Convert::Wiki::Node::Line->new( );

        print $hr->as_wiki();

DESCRIPTION

A Convert::Wiki::Node::Line represents a horizontal line (aka ruler).

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.