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. 0.06 06 MAY 2016 * Fix tests to reflect current Namecheap API status. * Remove autogenerated Makefile.PL from git * Use base64 encoding of EPP codes to handle special characters * Added a TODO * Code from Nick Andrew: * Whitespace fixes * Fix XML conversion for a single result * Add support for new params on domains.create * Make backward compatible encoding of EPPCode * Add $domain->getinfo()