Why not adopt me?
This distribution is up for adoption!
        If you're interested then please contact the PAUSE module admins via
        email.
        
      
  Perl::Tags::Hybrid
Combine the results of multiple parsers, for example Perl::Tags::Naive and Perl::Tags::PPI.
SYNOPSIS
my $parser = Perl::Tags::Hybrid->new(
    taggers => [
        Perl::Tags::Naive->new,
        Perl::Tags::PPI->new,
    ],
);
get_tags_for_file
Registers the results from running each sub-taggers