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

Pod::Elemental - work with nestable POD elements

VERSION

version 0.092930

ATTRIBUTES

event_reader

The event reader (by default a new instance of Pod::Eventual::Simple is used to convert input into an event stream. In general, it should provide read_* methods that behave like Pod::Eventual::Simple.

objectifier

The objectifier (by default a new Pod::Elemental::Objectifier) must provide an objectify_events method that converts POD events into Pod::Elemental::Element objects.

document_class

This is the class for documents created by reading pod.

METHODS

read_handle

read_file

read_string

These methods read the given input and return a Pod::Elemental::Document.

AUTHOR

Ricardo SIGNES <rjbs@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2009 by Ricardo SIGNES.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.