Changelog:
- Fix a crash in debug mode when trying to dump undefined values.
- When using
Mojo::UserAgent
and in debug mode, print out the real reason of failure when a
connection fails due to a proxy error. Before, only an opaque "Proxy connection error" would
have been returned. See issue #29.