Subject: | Net::XMPP doesn't "use" everything it uses |
In a couple of places, Net::XMPP modules refer to other modules by name without ever 'use'ing
them, which leads to spurious errors if those modules haven't been loaded by some other bit of
code before then.
Net::XMPP::Connection refers to Net::XMPP::Debug and XML::Stream.