On Wed Mar 07 17:08:40 2012, XENO wrote:
Show quoted text> The thing I like the most about Mojo::UserAgent over LWP is the
> MOJO_USERAGENT_DEBUG environtment variable which basically spits out
> ->as_string (or whatever ) to ... I think STDERR but I'm not sure.
> Would a patch be accepted for this feature? if so could you point me
> as to the right place to start?
>
This can now be done by inserting a "use LWP::ConsoleLogger::Everywhere ()" appropriately into your code. It's not quite as easy as using an environment variable, but it will get you to the same place.