NAME
    Alien::Font::Uni - provide Unifont trutype file or location

SYNOPSIS
        use Alien::Font::Uni;
        my $path = Alien::Font::Uni::get_path();
        my $vstring = Alien::Font::Uni::font_vstring();
        my $string  = Alien::Font::Uni::font_version();

DESCRIPTION
    This module was created as an optional dependency for Chart to have an
    unicode complete scaleable font file. Thus only the .ttf file is
    provided. Distros might redirect to pre-existing resources.

FONT
    Unifont 15, Copyright(c) 1998 - 2022 by Roman Czyborra, Paul Hardy and
    contributors. Licensed under OFL 1.1

AUTHOR
    Herbert Breunung (lichtkind@cpan.org)

COPYRIGHT
    Copyright(c) 2022 by Herbert Breunung

    All rights reserved. This program is free software; you can redistribute
    it and/or modify it under the same terms as Perl itself.

POD ERRORS
    Hey! The above document had some coding errors, which are explained
    below:

    Around line 46:
        =back without =over

