Patch at /usr/share/perl5/Net/XMPP/Debug.pm line 154:

-    delete($args{file}) if (lc($args{file}) eq "stdout");
+    delete($args{file}) if ($args{file} && (lc($args{file}) eq "stdout"));

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1010100

Title:
  Use of uninitialized value $args{"file"} in lc at
  /usr/share/perl5/Net/XMPP/Debug.pm line 154

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/octopussy/+bug/1010100/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to