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

All
	* sign the distribution with Module::Signature (1)
	* add some introspections to be able to know what methods are really available per DRD, instead of throwing an exception ?
	* implement RFC5105

Net::DRI
	* IDN support (in a cross registry fashion) with Net-IDN-Tools (1)
		see also http://www.bsdprojects.net/cgi-bin/archzoom.cgi/tonnerre@bsdprojects.net--2006/Net-DRI--tonnerre--0.81.1--patch-12?log
	* let the user choose a trid factory (ex: UUID/GUID)

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::ResultStatus + Net::DRI::Registry
	* implement the results_* methods added in EPP/Message. Or change API based on wantarray

Net::DRI::DRD::AFNIC
	* implement all(?) webservices (probably not needed since EPP is coming)

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

Net::DRI::DRD::Nominet
	* implement DAS and Whois

Net::DRI::Transport::HTTP::*
	* implement default logging: output data at wire level (SOAP envelope) or higher ?
	* unify all three modules into one (Net::DRI::Transport::WS ?), taking into account all possible cases
	* retrofit Transport/SOAP into Transport/HTTP/SOAPLite (1), depending also on previous point




(1) should probaby be done before releasing Net::DRI version 1.0
