1Perl::Tags::Hybrid(3) User Contributed Perl DocumentationPerl::Tags::Hybrid(3)
2
3
4

"Perl::Tags::Hybrid"

6       Combine the results of multiple parsers, for example
7       "Perl::Tags::Naive" and "Perl::Tags::PPI".
8

SYNOPSIS

10           my $parser = Perl::Tags::Hybrid->new(
11               taggers => [
12                   Perl::Tags::Naive->new,
13                   Perl::Tags::PPI->new,
14               ],
15           );
16
17   "get_tags_for_file"
18       Registers the results from running each sub-taggers
19
20
21
22perl v5.30.0                      2019-07-26             Perl::Tags::Hybrid(3)
Impressum