1Perl::Tags::Naive::MoosUes(e3r)Contributed Perl DocumentPaetrilo:n:Tags::Naive::Moose(3)
2
3
4
5 "get_parsers"
6 The following parsers are defined by this module.
7
8 "extends_line"
9 Parse the declaration of a 'extends' Moose keyword, returning a
10 Perl::Tags::Tag::Extends if found.
11
12 "with_line"
13 Parse the declaration of a 'with' Moose keyword, returning a
14 Perl::Tags::Tag::With tag if found.
15
16 "has_line"
17 Parse the declaration of a 'has' Moose keyword, returning a
18 Perl::Tags::Tag::Has if found.
19
20 "around_line"
21 Parse the declaration of a 'around' Moose keyword, returning a
22 Perl::Tags::Tag::Around tag if found.
23
24 "before_line"
25 Parse the declaration of a 'before' Moose keyword, returning a
26 Perl::Tags::Tag::Before tag if found.
27
28 "after_line"
29 Parse the declaration of a 'after' Moose keyword, returning a
30 Perl::Tags::Tag::After tag if found.
31
32 "override_line"
33 Parse the declaration of a 'override' Moose keyword, returning a
34 Perl::Tags::Tag::Override tag if found.
35
36 "augment_line"
37 Parse the declaration of a 'augment' Moose keyword, returning a
38 Perl::Tags::Tag::Augment tag if found.
39
40 "class_line"
41 Parse the declaration of a 'class' Moose keyword, returning a
42 Perl::Tags::Tag::Class tag if found.
43
44 "method_line"
45 Parse the declaration of a 'method' Moose keyword, returning a
46 Perl::Tags::Tag::Method tag if found.
47
48 "role_line"
49 Parse the declaration of a 'role' Moose keyword, returning a
50 Perl::Tags::Tag::Role tag if found.
51
53 "type": Method
55 "type": Has
57 "type": Around
59 "type": Before
61 "type": After
63 "type": Override
65 "type": Augment
67 "type": Class
69 "type": Role
71 dr bean - drbean at sign cpan a dot org
72
73 This is licensed under the same terms as Perl itself. (Or as Vim if
74 you +prefer).
75
77 Hey! The above document had some coding errors, which are explained
78 below:
79
80 Around line 263:
81 You forgot a '=back' before '=head1'
82
83
84
85perl v5.32.0 2020-07-28 Perl::Tags::Naive::Moose(3)