NAME

Lingua::PL::Numbers - Perl module for converting numeric values into their Polish equivalents

DESCRIPTION

Initial release, documentation and updates will follow.

SYNOPSIS

use Lingua::PL::Numbers;
  
my $numbers = Lingua::PL::Numbers->new;


my $text = $numbers->parse( 123 );

# prints 'sto dwadzieœcia trzy'
print $text;


my $currency = $numbers->currency ( 123.45 );

# prints 'sto dwadzieœcia trzy z³ czterdzieœci piêæ gr'
print $currency;

KNOWN BUGS

None, but that does not mean there are not any.

AUTHOR

Henrik Steffen, <cpan@topconcepts.de>

1 POD Error

The following errors were encountered while parsing the POD:

Around line 341:

Non-ASCII character seen before =encoding in 'dwadzieœcia'. Assuming CP1252