TODO file for Net::DRI
Send your wishlist to <netdri@dotandco.com>
=====================================================================

All
	* sign the distribution (Module::Signature)
	* Module::Build instead of ExtUtils::MakeMaker for better META.yml ?

Net::DRI
	* IDN support (in a cross registry fashion)
	* way to use it without exceptions (wrap in eval + carp ?)
	* let the user choose a trid factory (ex: UUID/UGID)

Net::DRI::DRD
	* bulk operations (many domains at once)
	* domain_delete() : try to rename nameservers created in domain about to be deleted
	* domain_create() : create contacts if needed
	* domain_update() / host_update()
	  - try to accomodate (set=>info+add+del, add=>info+set, del=>info+set)
          - verify not same info in add & del
          - verify final change is not empty ?

Net::DRI::Protocol::EPP::Message
	* handle case of multiple <result> block
	* better parse for value/extValue blocks ?

Net::DRI::DRD::AFNIC
	* implement all(?) webservices

Net::DRI::DRD::LU
	* implement startTLS extension ?
