Module: Lingua::EN::Nums2Words Last Revised Date: 10/05/2009 Version: 1.13
Author: Lester H. Hightower, Jr. <hightowe@cpan.org>

This is a module for perl that computes English verbage from numerical values.

To install this module. Make sure you are in the directory that this README file is in and type:

        perl Makefile.PL        # to build the Makefile
        make test               # to test the module before installing
        make install            # to install the module

After installation, you should be able to "man Lingua::EN::Nums2Words" which will get you to usage information for the module. The man page should be placed somewhere like /usr/local/lib/perl5/man/man3/Lingua::EN::Nums2Words.3 and if not you should be able to "pod2man Nums2Words.pl > Nums2Words.3" and then do "man ./Nums2Words.3" to view the man page. The script test.pl also fully demonstrates the module's functionality.

License
As of version 1.13, this software is licensed under the OSI certified Artistic License, one of the licenses of Perl itself. http://en.wikipedia.org/wiki/Artistic_License

Change Log:
Vesion 1.0 -> 1.1

Vesion 1.1 -> 1.11 (released 12/14/1998)

Vesion 1.11 -> 1.12 (released 01/19/2000)

Vesion 1.12 -> 1.13 (released 10/05/2009)