Business-BR-Ids
view release on metacpan or search on metacpan
lib/Business/BR/Biz.pm view on Meta::CPAN
646566676869707172737475767778798081828384As a rule, the documentation and tests choose correct
identification codes which are verified to be invalid by the
time
of the distribution update. That is, in Business::BR::CPF,
the mentioned correct CPF number
'390.533.447-05'
is correct,
but doesn't actually exist in government databases.
=head1 SEE ALSO
As you might have guessed, this is not the first Perl distribution
to approach this kind of functionality. Take a look at
If you want to find out about the namespace L<Business::BR>,
follow the link.
Please reports bugs via CPAN RT,
lib/Business/BR/CNPJ.pm view on Meta::CPAN
277278279280281282283284285286287288289290291292293294295296297(the CNPJ number is not valid).
If the CNPJ is a good one but does not reference a real company,
it says
"CNPJ não existe em nossa base de dados"
(CNPJ does not exist
in
our
database). Otherwise, it shows a details form
for
the identified
taxpayer.
Note that this module only tests correctness.
It doesn't enter the merit whether the CNPJ number actually
exists
at the Brazilian government databases.
As you might have guessed, this is not the first Perl module
to approach this kind of functionality. Take a look at
Please reports bugs via CPAN RT,
By doing so, the author will receive your reports and patches,
as well as the problem and solutions will be documented.
=head1 AUTHOR
lib/Business/BR/CPF.pm view on Meta::CPAN
271272273274275276277278279280281282283284285286287288289290Given a bad CPF, the
after
-submit page tells
"CPF incorreto"
.
If the CPF is a good one but does not reference a real person,
it says
"CPF não existe em nossa base de dados"
(CPF does not exist
in
our
database). Otherwise, it shows a details form
for
the identified
taxpayer.
Note that this module only tests correctness.
It doesn't enter the merit whether the CPF number actually
exists
at the Brazilian government databases.
As you might have guessed, this is not the first Perl module
to approach this kind of functionality. Take a look at
Please reports bugs via CPAN RT,
By doing so, the author will receive your reports and patches,
as well as the problem and solutions will be documented.
( run in 0.281 second using v1.01-cache-2.11-cpan-fd5d4e115d8 )