Revision history for WWW-Namecheap-API
0.01 19 OCT 2011
First release, incomplete API implementation, but getting it
out there.
0.02 25 OCT 2011
* Add $domain->setcontacts method to WWW::Namecheap::Domain
* Update domain contact tests to match
0.03 26 OCT 2011
* Fix bug when a single domain is returned from a list/search
operation.
0.04 27 OCT 2011
* Fix inconsistent capitalization of "Host" returned from API
in $dns->gethosts()
* Consistent $dns->gethosts() arrayref return even when only
a single host is returned.
0.05 04 NOV 2011
* Don't output errors to STDERR; handle them at the API
level. Fixes RT #72074.
* Update TLD list test for TLD changes.
* Update transferlist test and documentation for API
capitalization change.
* Remove StateProvince workaround from t/domain-create.t.