Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Net-XMPP CPAN distribution.

Report information
The Basics
Id: 57887
Status: resolved
Priority: 4/
Queue: Net-XMPP

People
Owner: dapatrick [...] cpan.org
Requestors: wiml [...] hhhh.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.02
Fixed in: 1.02_02



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.
This bug has been patched and committed. The source tree is available at http://github.com/dap/Net-XMPP. A developer release should be published to CPAN by 2010-09-26. Darian