Business-BR-Ids version 0.00_21

The intention of this distribution is to provide facilities to deal with Brazilian identification numbers and codes. It is part of a set of distributions to approach programming on Brazilian business-related subjects. The distribution is starting up with support to CPF and CNPJ (tests for correctness, canonicalization, formatting, parsing, random generation for mass tests). More is to come.

The actually supported codes follow along with a brief explanation of what they are good for and who emits them.

Some of the next ones to be supported are:

INSTALLATION

To install this module type the following:

perl Makefile.PL
make
make test
make install

DEPENDENCIES

Scalar::Util 1.11
Test::More

TO DO

COPYRIGHT AND LICENCE

Copyright (C) 2005-2007 by A. R. Ferreira

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