Skip Menu |

This queue is for tickets about the Jabber-SimpleSend CPAN distribution.

Report information
The Basics
Id: 7895
Status: new
Priority: 0/
Queue: Jabber-SimpleSend

People
Owner: Nobody in particular
Requestors: mwatson [...] netspace.net.au
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: (no value)
Fixed in: (no value)



Subject: Jabber::Simplesend broken when Net::Jabber updated to 2.0
Jabber::SimpleSend is broken when used against Net::Jabber 2.0, this is because Net::Jabber no longer exports Client , This fixes it. Show quoted text
> diff SimpleSend.pm /usr/local/lib/perl5/site_perl/5.8.4/Jabber/SimpleSend.pm ~
9c9 < use Net::Jabber; --- Show quoted text
> use Net::Jabber qw(Client); >