Bug#789324: libhtml-html5-entities-perl: Missing depends on libhtml-parser-perl

Jean-Marc Liotier jm at liotier.org
Fri Jun 19 20:13:14 UTC 2015


Package: libhtml-html5-entities-perl
Version: 0.004-1
Severity: important
Tags: patch

On Debian Jessie,

$ perl -MHTML::Entities -ne 'print encode_entities($_)' testfile                                                                    
Undefined subroutine &main::encode_entities called at -e line 1, <> line 1.                    

# apt-get install libhtml-parser-perl

$ perl -MHTML::Entities -ne 'print encode_entities($_)' testfile 
aeiuoé

So the package libhtml-html5-entities-perl should depend on package libhtml-parser-perl



More information about the pkg-perl-maintainers mailing list