use 5.10.0; use AnyEvent::DNS; { no warnings "redefine"; sub AnyEvent::DNS::DOMAIN_PORT { 8053 }; } say AnyEvent::DNS::DOMAIN_PORT();