Help for this page
sub DOMAIN_PORT() { 53 } # if this changes drop me a note
*AnyEvent::DNS::DOMAIN_PORT = sub () { 8053 }; print AnyEvent::DNS::DOMAIN_PORT(); # Prints 53..