biz-br version 0.00_02
======================

The intention of this distribution is to provide functionality
on Brazilian business-related subjects.
The distribution is starting up with a simple check
to test if a CPF number is correct or not. More is to come.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

  Scalar::Util
  Test::More

TO DO

* include test for _dot() with @a < @b 
* include rand_cpf() in Business::BR::CPF
* add new module Business::BR::CNPJ

COPYRIGHT AND LICENCE

Copyright (C) 2005 by A. R. Ferreira

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.6 or,
at your option, any later version of Perl 5 you may have available.


