Bug#819964: collectd: Collectd perl module emits perl warnings

2017-02-24 Thread Sebastian Harl
forwarded 819964 colle...@verplant.org thanks Hi, On Mon, Apr 04, 2016 at 01:03:15PM +0200, Guillem Jover wrote: > The Collectd.pm perl module emits perl warnings, which makes checking > depending perl modules difficult to check for cleanliness: […] > ,--- > $ perl -cw Test.pm > Bareword "L

Bug#819964: collectd: Collectd perl module emits perl warnings

2016-04-04 Thread Guillem Jover
Package: collectd-core Version: 5.5.1-2 Severity: normal Hi! The Collectd.pm perl module emits perl warnings, which makes checking depending perl modules difficult to check for cleanliness: ,--- Test.pm --- use strict; use warnings; use Collectd; 1; `--- ,--- $ perl -cw Test.pm