Package: libnet-xmpp-perl / 1.02-3

Metadata

Package Version Patches format
libnet-xmpp-perl 1.02-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
disable_networking_tests.patch | (download)

t/2_client_jabberd1.4.t | 2 1 + 1 - 0 !
t/3_client_jabberd2.t | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 disable tests which require a network connection
digest sha.patch | (download)

Build.PL | 2 1 + 1 - 0 !
META.yml | 2 1 + 1 - 0 !
lib/Net/XMPP.pm | 2 1 + 1 - 0 !
lib/Net/XMPP/Protocol.pm | 8 4 + 4 - 0 !
4 files changed, 7 insertions(+), 7 deletions(-)

 use digest::sha instead of digest::sha1
spelling.patch | (download)

lib/Net/XMPP.pm | 2 1 + 1 - 0 !
lib/Net/XMPP/Namespaces.pm | 2 1 + 1 - 0 !
lib/Net/XMPP/Protocol.pm | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 3 deletions(-)

 fix some spelling mistakes
626897_check definedness of hash key before use.patch | (download)

lib/Net/XMPP/Debug.pm | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 check definedness of hash key before use
 An annoying warning is emitted since Perl 5.12, revealing sloppy coding.