Ticket #1171 (closed defect: fixed)

Opened 5 months ago

Last modified 5 months ago

users plugin uses deprecated Perl

Reported by: cbiedl Assigned to: kenyon
Priority: normal Milestone: Munin 1.4.7
Component: plugins Version: 1.4.6
Severity: minor Keywords:
Cc:

Description

Perl 5.14 (as in Debian wheezy aka testing) complains about the users plugin. This is also logged every five minutes.

perl -c ./tags/1.4.6/plugins/node.d/users.in
Use of qw(...) as parentheses is deprecated at ./tags/1.4.6/plugins/node.d/users.in line 82.
./tags/1.4.6/plugins/node.d/users.in syntax OK

Severity set to minor as appearently the plugin still works.

This is fixed in trunk:

perl -c ./trunk/plugins/node.d/users.in
./trunk/plugins/node.d/users.in syntax OK

Hence milestone set to 1.4.7. Feel free to release 2.0 instead of fixing this :-)

Change History

01/07/12 01:53:16 changed by kenyon

  • owner changed from nobody to kenyon.
  • status changed from new to assigned.

01/07/12 02:56:47 changed by kenyon

  • status changed from assigned to closed.
  • resolution set to fixed.

Backported r4470 to the stable-1.4 branch in r4538.