Convert::Number::Greek, version .01

This module converts from Arabic to Greek numerals. (Conversion the
other way has yet to be implemented.)

INSTALLATION

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

    [sudo] perl -MCPAN -e "install Convert::Number::Greek"

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. Apart from that, it has no dependencies  except  for  Exporter  and  POSIX--both  part  of  the
standard Perl distribution.


DOCUMENTATION

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

    perldoc Convert::Number::Greek


COPYRIGHT AND LICENCE

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.