The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Lingua::AFR::Numbers

VERSION

version 0.044

DESCRIPTION

PetaMem release. Converting numeric values into their Afrikaans equivalents.

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.

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.