Bug#901732: libhtml-tree-perl: Many "Use of uninitialized value" warnings from buster on

Christoph Biedl debian.axhn at manchmal.in-ulm.de
Sun Jun 17 17:30:01 BST 2018


Package: libhtml-tree-perl
Version: 5.07-1
Severity: normal

Dear Maintainer,

from buster on, using HTML::TableExtract triggers a lot of (some 33)
warnigs about "Use of uninitialized value" in
/usr/share/perl5/HTML/Element.pm and
/usr/share/perl5/HTML/TreeBuilder.pm

Reproducer:

===========================================================
#!/usr/bin/perl

use 5.010;
use strict;
use warnings;

use HTML::TableExtract qw<tree>;

my $html = <<__EOS__;
<!DOCTYPE html>
<head><title>a title</title>
<body>
<table><tr><td>1</td></td></tr></table>
</body>
</html>
__EOS__

my $te = HTML::TableExtract->new;
$te->parse ($html);
===========================================================

Without the "qw<tree>" import amendment, the warnigs disappear again -
too bad I'm interested in the tree output form.

The actual result seems to be okay, though. So it's mostly visual. Still
somebody(tm) should take a look into that.

    Christoph


-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 4.14.48 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: unable to detect

Versions of packages libhtml-tree-perl depends on:
ii  libhtml-parser-perl  3.72-3+b2
ii  libhtml-tagset-perl  3.20-3
ii  perl                 5.26.2-6

Versions of packages libhtml-tree-perl recommends:
pn  libhtml-format-perl  <none>
ii  libwww-perl          6.33-1

libhtml-tree-perl suggests no packages.

-- no debconf information

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/pkg-perl-maintainers/attachments/20180617/040e18d8/attachment.sig>


More information about the pkg-perl-maintainers mailing list