-
-
16 Nov 2009 10:01:43 UTC
- Distribution: Lingua-AF-Numbers
- Module version: 1.2
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (2142 / 1 / 0)
- Kwalitee
Bus factor: 0- 2.02% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (2.71KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Lingua::AF::Numbers - Perl module for converting numeric values into their Afrikaans equivalents
DESCRIPTION
Initial release, documentation and updates will follow.
SYNOPSIS
use Lingua::AF::Numbers; my $numbers = Lingua::AF::Numbers->new; my $text = $numbers->parse( 123 ); # prints 'een honderd, drie en twintig' print $text;
KNOWN BUGS
None, but that does not mean there are not any.
AUTHOR
Alistair Francis, http://search.cpan.org/~friffin/
Module Install Instructions
To install Lingua::AF::Numbers, copy and paste the appropriate command in to your terminal.
cpanm Lingua::AF::Numbers
perl -MCPAN -e shell install Lingua::AF::Numbers
For more information on module installation, please visit the detailed CPAN module installation guide.