">
Test::Lintian::Output::EWI -- routines to process EWI
tags
use Path::Tiny;
use Test::Lintian::Output::EWI qw(to_universal);
my $ewi = path("path to an EWI tag file")->slurp_utf8;
my $universal = to_universal($ewi);
Helper routines to deal with EWI
tags and tag files
Converts the EWI
tag data contained in STRING to universal tags. They are likewise delivered in a multi-line string.