% include( '/elements/header.html', 'Developer Documentation' ) %> <& /elements/menubar.html, 'Freeside Perl Modules' => $fsurl.'docs/library/FS.html', 'Complete Index' => $fsurl.'docs/library/index.html', &>
Test::Lintian::Output::ColonSeparated -- routines to process colon-separated tags
use Path::Tiny;
use Test::Lintian::Output::ColonSeparated qw(to_universal);
my $ewi = path("path to an ColonSeparated tag file")->slurp_utf8;
my $universal = to_universal($ewi);
Helper routines to deal with colon-separated tags and tag files
Converts the colon-separated tag data contained in STRING to universal tags. They are likewise delivered in a multi-line string.