The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

NAME

Test::Perl::Tags - testing output of Perl::Tags

SYNOPSIS

# do some tagging
tag_ok $tagger,
SYMBOL => 'path/to/file.pm' => 'searchable bookmark',
'Description of this test';
tag_ok $tagger,
SYMBOL => 'path/to/file.pm' => 'searchable bookmark' => 'p' => 'line:3' => 'class:Test',
'Add additional parameters for exuberant extension';