Comment 0 for bug 1416995

Revision history for this message
Baptiste Mille-Mathias (bmillemathias) wrote : maatkit not compatible with 5.14

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));