maatkit not functionnal with perl 5.14

Bug #1416995 reported by Baptiste Mille-Mathias
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
maatkit (Ubuntu)
New
Undecided
Unassigned

Bug Description

Since upgrading to precise maatkit doesn't work because of deprecated code.
$ sudo /usr/bin/mk-heartbeat --foo --bar
Use of qw(...) as parentheses is deprecated at /usr/bin/mk-heartbeat line 3204
$ echo $?
255

vim /usr/bin/mk-heartbeat +3204
- Transformers->import qw(ts unix_timestamp);
+ Transformers->import(qw(ts unix_timestamp));

$ sudo /usr/bin/mk-heartbeat --foo --bar
$ echo $?
0

Related branches

description: updated
summary: - maatkit not compatible with 5.14
+ maatkit not functionnal with perl 5.14
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.