Activity log for bug #1416995

Date Who What changed Old value New value Message
2015-02-02 08:23:49 Baptiste Mille-Mathias bug added bug
2015-02-02 08:26:25 Baptiste Mille-Mathias 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)); 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
2015-02-02 09:59:34 Baptiste Mille-Mathias summary maatkit not compatible with 5.14 maatkit not functionnal with perl 5.14
2015-02-02 10:01:23 Baptiste Mille-Mathias branch linked lp:ubuntu/precise/maatkit