<% 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::FullEWI

NAME

Test::Lintian::Output::FullEWI -- routines to process FullEWI tags

SYNOPSIS

  use Path::Tiny;
  use Test::Lintian::Output::FullEWI qw(to_universal);

  my $ewi = path("path to an FullEWI tag file")->slurp_utf8;
  my $universal = to_universal($ewi);

DESCRIPTION

Helper routines to deal with FullEWI tags and tag files

FUNCTIONS

to_universal(STRING)

Converts the FullEWI tag data contained in STRING to universal tags. They are likewise delivered in a multi-line string.

<% include ('/elements/footer.html' ) %>