lhost / sendxmpp

perl-script to send xmpp (jabber), similar to what mail(1) does for mail.
63 stars 22 forks source link

Getting a lot of warnings... #25

Closed scottchiefbaker closed 7 years ago

scottchiefbaker commented 7 years ago
Use of uninitialized value $args{"file"} in lc at /usr/share/perl5/vendor_perl/Net/XMPP/Debug.pm line 154.
Use of uninitialized value within @_ in lc at /usr/share/perl5/vendor_perl/XML/Stream/Parser.pm line 71.
Use of uninitialized value within @_ in lc at /usr/share/perl5/vendor_perl/XML/Stream/Parser.pm line 71.
Use of uninitialized value within @_ in lc at /usr/share/perl5/vendor_perl/XML/Stream/Parser.pm line 71.

I had to temporarily remove the -w at the top of this to mask these warnings. Any idea what is causing these errors, or where I can start looking?

scottchiefbaker commented 7 years ago

Disregard... my Net::XMPP was not up to date.