Business-BR-Ids version 0.00_04
===============================

The intention of this distribution is to provide functionality
on Brazilian business-related subjects.
The emphasis is on dealing with Brazilian identification
numbers and codes, like CPF, CNPJ and others.
The distribution is starting up with a simple checks
to test if CPF and CNPJ numbers are 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 
* revise POD for new module Business::BR::CNPJ
* write tests for new module Business::BR::CNPJ
* enhance Business::BR::Ids
* introduce rand_cpf() and rand_cnpj() in the appropriate modules
* revise this README file

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.


