burak / CPAN-Lingua-Any-Numbers

Converts numbers into (any available language) string (Perl)

 NB: This is not the latest revision. For the latest view, go to tip.

filename size last modified message
eg  
lib  
t  
Build.PL 119 B 11 months ago update builder
Changes 1.4 KB 11 months ago update builder
MANIFEST 145 B 11 months ago update manifest
PREREQ 336 B 11 months ago fix typo. add build tool to manifest
README 789 B 11 months ago update distro tools
SPEC 198 B 11 months ago update builder

README

Lingua::Any::Numbers
====================

Converts numbers into (any available language) string.

Read the module's POD for documentation and examples.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

or under Windows:

   perl Makefile.PL
   nmake
   nmake test
   nmake install

DEPENDENCIES

      Lingua::EN::Numbers
      Test::More

RECOMMENDED MODULES

   Install Task::Lingua::Any::Numbers to get all available locales.

COPYRIGHT

Copyright (c) 2007-2009 Burak Gürsoy. All rights reserved.

LICENSE

This library is free software; you can redistribute it and/or modify 
it under the same terms as Perl itself, either Perl version 5.10.0 or, 
at your option, any later version of Perl 5 you may have available.