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::Objectifier - it turns a Pod::Eventual event stream into objects

VERSION

version 0.092910

METHODS

element_class_for_event

This method returns the name of the class to be used for the given event.

objectify_events

  my $elements = $objectifier->objectify_events(\@events);

Given an arrayref of POD events, this method returns an arrayref of Pod::Elemental::Element objects formed from the event stream.

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.