[Solved] problem with /usr/share/perl5/iCal/Parser/HTML.pm

Lorenz lorenz.wenner at posteo.de
Thu Mar 6 22:05:57 UTC 2014


hello there,

just wanted to let you know that today i fixed my
/usr/share/perl5/iCal/Parser/HTML.pm
from debian package libical-parser-html-perl.
In line 64 (routine sheet_args) there was

foreach my $t qw(week month year) {

which gave a syntax error on my system (jessie), whereas

foreach my $t (qw(week month year)) {

works perfectly. I dont know howto submit any bugfixes, or even whether
this is actually a bug or something else, so i decided to just inform
you, so it doesnt get lost und that somebody in charge can fix this
upstream.

kind regards and hope it is usefull for others
	Lorenz Wenner



More information about the pkg-perl-maintainers mailing list