NAME

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

SYNOPSIS

use Test::Perl::Tags;

# 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';