Lingua/PT/Ords2Nums version 0.03
================================

Converts Portuguese ordinals to numbers

  use Lingua::PT::Ords2Nums;

  $num = word2num('dcimo primeiro')   # 11

(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::Words2Nums

SEE ALSO

The POD documentation in Ords2Nums.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. 

