Font::GlyphNames, version .02

This module converts between glyph names and characters, following the
Adobe Glyph Naming convention.

INSTALLATION

The easiest way to install this module is to use the CPAN module:

    [sudo] perl -MCPAN -e "install Font::GlyphNames"

Or you can use the following:

    perl Makefile.PL
    make
    make test
    [sudo] make install


DEPENDENCIES

This module requires Perl 5.8.0 or later.


DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command:

    perldoc Font::GlyphNames


COPYRIGHT AND LICENCE

This copyright notice does not apply to the files glyphlist.txt and
zapfdingbats.txt included in this package.  Those two files contain
their own copyright notices.

Copyright (C) 2006 Father Chrysostomos

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