Lingua/PT/Nums2Ords version 0.05
================================

Converts numbers to Portuguese ordinals.

  use Lingua::PT::Nums2Ords;

  $ord = num2ord(20)     # "vigsimo"

  @ord = num2ord(1,2,3)  # qw(primeiro segundo terceiro)

(works up to 999.999.999.999)

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

Lingua::PT::Nums2Words

SEE ALSO

The POD documentation in Nums2Ords.pm

COPYRIGHT AND LICENCE

Copyright (C) 2004 Jose Alves de Castro

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself. 

