No matter what I do, I can’t seem to get AnyEvent::HTTP to return any data. Even a very simple request like
use AnyEvent::HTTP;
http_get "http://www.nethype.de/", sub { print $_[1] };
does nothing, so I can only conclude there is a problem with the the module itself.