Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
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'
;