1Test::Perl::Tags(3) User Contributed Perl Documentation Test::Perl::Tags(3)
2
3
4
6 Test::Perl::Tags - testing output of Perl::Tags
7
9 use Test::Perl::Tags;
10
11 # do some tagging
12
13 tag_ok $tagger,
14 SYMBOL => 'path/to/file.pm' => 'searchable bookmark',
15 'Description of this test';
16
17 tag_ok $tagger,
18 SYMBOL => 'path/to/file.pm' => 'searchable bookmark' => 'p' => 'line:3' => 'class:Test',
19 'Add additional parameters for exuberant extension';
20
21
22
23perl v5.32.1 2021-01-27 Test::Perl::Tags(3)