1Perl::Critic::Utils::POUDs:e:rPaCroPsneetrIrlni:tb:euCrtrieiodtriSPcee:qr:ulUetnDicolecs(u:3m:)ePnOtDa:t:iPoanrseInteriorSequence(3)
2
3
4
6 Perl::Critic::Utils::POD::ParseInteriorSequence - Pod::Parser subclass
7 to find all interior sequences.
8
10 use Perl::Critic::Utils::POD::ParseInteriorSequence;
11
12 my $parser = Perl::Critic::Utils::POD::ParseInteriorSequence->new();
13 my @sequences = $parser->parse_interior_sequences(
14 $pod->content() );
15
17 Provides a means to extract interior sequences from POD text.
18
20 This module is considered to be private to Perl::Critic. It can be
21 changed or removed without notice.
22
24 "get_interior_sequences( $pod_text )"
25 Returns an array of all the interior sequences from a given chunk
26 of POD text, represented as Pod::InteriorSequence objects. The POD
27 text is assumed to begin with a POD command (e.g. "=pod").
28
29 "interior_sequence( $seq_cmd, $seq_arg, $pod_seq )"
30 Overrides the parent's method of the same name. Stashes the
31 $pod_seq argument, which is a "Pod::InteriorSequence" object, so
32 that "get_interior_sequences()" has access to it.
33
35 Thomas R. Wyant, III wyant at cpan dot org
36
38 Copyright (c) 2011 Thomas R. Wyant, III
39
40 This program is free software; you can redistribute it and/or modify it
41 under the same terms as Perl itself. The full text of this license can
42 be found in the LICENSE file included with this module.
43
44
45
46perl v5.32.1 Perl::2C0r2i1t-i0c3:-:2U4tils::POD::ParseInteriorSequence(3)