Revision history for Perl extension Business-BR-Ids.
0.00_06 Tue Jul 14 2005
- added tests for Business::BR::IE
- added IE handling for SP state (test, flatten,
format, and random)
0.00_05 Tue Jun 10 2005
- Deprecates Business::BR::Biz (waiting for the move
of its content somewhere else)
- README file revised
- first revision to POD in Business::BR::CNPJ
- new test "t/009_cnpj_rand.t"
- random_cnpj() in Business::BR::CNPJ
- test scripts renamed (eg. "t/dot.t" to "t/001_dot.t")
- random() in Business::BR::Ids
- new test "t/008_cpf_rand.t"
- random_cpf() in Business::BR::CPF
- introduced flatten() and parse() to Business::BR::Ids
with a small refactoring avoiding redundant code
- fixed synopsis of Business::BR::Ids
- test for _dot() with @a < @b now works for $] < 5.8
- fixed broken links at Business::BR, I hope
0.00_04 Tue Jun 9 2005
- I thought about letting MakeMaker generate META.yml automatically
again - but it does not generate the 'author' and 'licence' keys
which CPAN uses - so I insist on that
- distribution renamed to Business-BR-Ids reflecting
the orientation of this set of files to deal with
identification codes (CPF, CNPJ for now)
- added test "t/ids_test.t"
- added Business::BR::Ids as a generic entry point
for dealing with Brazilian identification entities
0.00_03 Tue Jun 8 2005
- tests "t/*_cpf.t" renamed to "t/cpf_*.t"
- added new module Business::BR::CNPJ but POD is not finished
and tests aren't provided (except for a partial "t/cnpj_test.t")
- the heart of the distribution goes to Business::BR::Biz
- "_dot" goes to Business::BR::Biz::Common
- the ABSTRACT fix of the previous version was not enough
for correct CPAN display - now using a META.yml with 'abstract' key
- Adam Kennedy pointed that the general CPAN convention
for naming distributions would suggest Business-BR instead of biz-br:
I would like to stick to this distribution name to mean
a partial bundle of Business::BR::* modules I will be authoring
0.00_02 Tue Jun 7 2005
- fixed the missing ABSTRACT
- added flatten_cpf(), format_cpf(), parse_cpf() to Business::BR::CPF
- added corresponding tests
0.00_01 Tue Jun 7 2005
- Business::BR::CPF provides test_cpf()
- submitted to CPAN
0.01 Tue Jun 7 08:06:16 2005
- original version; created by h2xs 1.23 with options
-AX -n biz-br