Business-BR-Ids

 view release on metacpan or  search on metacpan

lib/Business/BR/Biz.pm  view on Meta::CPAN

64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
As 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

277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
(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

271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
Given 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 )