1Pod::Eventual::Simple(3U)ser Contributed Perl DocumentatiPoond::Eventual::Simple(3)
2
3
4

NAME

6       Pod::Eventual::Simple - just get an array of the stuff Pod::Eventual
7       finds
8

VERSION

10       version 0.094002
11

SYNOPSIS

13         use Pod::Eventual::Simple;
14
15         my $output = Pod::Eventual::Simple->read_file('awesome.pod');
16
17       This subclass just returns an array reference when you use the reading
18       methods.  The arrayref contains all the Pod events and non-Pod content.
19       Non-Pod content is given as hashrefs like this:
20
21         {
22           type       => 'nonpod',
23           content    => "This is just some text\n",
24           start_line => 162,
25         }
26
27       For just the POD events, grep for "type" not equals "nonpod"
28

PERL VERSION

30       This library should run on perls released even a long time ago.  It
31       should work on any version of perl released in the last five years.
32
33       Although it may work on older versions of perl, no guarantee is made
34       that the minimum required version will not be increased.  The version
35       may be increased for any reason, and there is no promise that patches
36       will be accepted to lower the minimum required perl.
37

AUTHOR

39       Ricardo SIGNES <rjbs@semiotic.systems>
40
42       This software is copyright (c) 2021 by Ricardo SIGNES.
43
44       This is free software; you can redistribute it and/or modify it under
45       the same terms as the Perl 5 programming language system itself.
46
47
48
49perl v5.36.0                      2022-07-22          Pod::Eventual::Simple(3)
Impressum