Lingua/PT/Nums2Ords version 0.06
================================
Lingua::PT::Nums2Ords - Converts numbers to Portuguese ordinals
=head1 SYNOPSIS
use Lingua::PT::Nums2Ords;
$ord = num2ord(20) # "vigesimo"
@ord = num2ord(1,2,3) # qw(primeiro segundo terceiro)
=head1 DESCRIPTION
Converts numbers to Portuguese ordinals. Works up to 999.999.999.999
('novecentos e noventa e nove bilionesimos novecentos e noventa e
nove milionesimos novecentos e noventa e nove milesimos nongentesimo
nonagesimo nono').
=head1 DEPENDENCIES
Lingua::PT::Nums2Words
=head1 SEE ALSO
More tools for the Portuguese language processing can be found at the
Natura project:
http://natura.di.uminho.pt
=head1 AUTHOR
Jose Castro, C<< <
[email protected]> >>
=head1 COPYRIGHT & LICENSE
Copyright 2004 Jose Castro, All Rights Reserved.
This program is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
=cut