1Perl::Tags::Hybrid(3) User Contributed Perl DocumentationPerl::Tags::Hybrid(3)
23
4
"Perl::Tags::Hybrid"
6Combine the results of multiple parsers, for example
7"Perl::Tags::Naive" and "Perl::Tags::PPI".
8
SYNOPSIS
10my $parser = Perl::Tags::Hybrid->new(
11taggers => [
12Perl::Tags::Naive->new,
13Perl::Tags::PPI->new,
14],
15);
1617
"get_tags_for_file"
18Registers the results from running each sub-taggers
1920
21
22
perl v5.34.0 2021-07-22 Perl::Tags::Hybrid(3)