Derek Price > Text-MediawikiFormat-0.05 > Text::MediawikiFormat::Blocks

Download:
Text-MediawikiFormat-0.05.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  0
View Bugs
Report a bug
Source   Latest Release: Text-MediawikiFormat-v1.0

NAME ^

Text::MediawikiFormat::Blocks - blocktypes for Text::MediawikiFormat

SYNOPSIS ^

None. Use Text::MediawikiFormat as the public interface, unless you want to create your own block type.

DESCRIPTION ^

This module merely creates subclasses of Text::MediawikiFormat::Block, which is the interesting code. A block is a collection of related lines, such as a code block (text to display verbatim in a monospaced font), a header, an unordered list, an ordered list, and a paragraph (text to display in a proportional font).

Every block extends Text::MediawikiFormat::Block.

METHODS ^

The following methods exist:

AUTHOR ^

chromatic, chromatic at wgz dot org

BUGS ^

No known bugs.

COPYRIGHT ^

Copyright (c) 2006, chromatic. Some rights reserved.

This module is free software; you can use, redistribute, and modify it under the same terms as Perl 5.8.x.