NAME
Lingua::AFR::Numbers
VERSION
version 0.1106
DESCRIPTION
Converts numeric values into their Afrikaans equivalents.
This is PetaMem release.
SYNOPSIS
use Lingua::AFR::Numbers;
my $numbers = Lingua::AFR::Numbers->new;
my $text = $numbers->parse( 123 );
# prints 'een honderd, drie en twintig'
print $text;
METHODS
- new
-
constructor
- parse
-
Convert number to string. Only numbers from interval [0, 99 999 999 999] will be converted.
KNOWN BUGS
None, but that does not mean there are not any.
AUTHOR
Alistair Francis, <cpan@alizta.com>
Maintenance: PetaMem s.r.o., <info@petamem.com>
LICENSE
Perl 5 license.
This module was originally released without any known license. PetaMem added standard Perl 5 license as default.