1Pod::Elemental::ObjectiUfsieerr(C3o)ntributed Perl DocumPeondt:a:tEiloenmental::Objectifier(3)
2
3
4
6 Pod::Elemental::Objectifier - it turns a Pod::Eventual event stream
7 into objects
8
10 version 0.103006
11
13 An objectifier is responsible for taking the events produced by
14 Pod::Eventual and converting them into objects that perform the
15 Pod::Elemental::Paragraph role.
16
17 In general, it does this by producing a sequence of element objects in
18 the Pod::Elemental::Element::Generic namespace.
19
21 This library should run on perls released even a long time ago. It
22 should work on any version of perl released in the last five years.
23
24 Although it may work on older versions of perl, no guarantee is made
25 that the minimum required version will not be increased. The version
26 may be increased for any reason, and there is no promise that patches
27 will be accepted to lower the minimum required perl.
28
30 objectify_events
31 my $elements = $objectifier->objectify_events(\@events);
32
33 Given an arrayref of Pod events, this method returns an arrayref of
34 objects formed from the event stream.
35
36 element_class_for_event
37 This method returns the name of the class to be used for the given
38 event.
39
41 Ricardo SIGNES <cpan@semiotic.systems>
42
44 This software is copyright (c) 2022 by Ricardo SIGNES.
45
46 This is free software; you can redistribute it and/or modify it under
47 the same terms as the Perl 5 programming language system itself.
48
49
50
51perl v5.38.0 2023-07-21 Pod::Elemental::Objectifier(3)