version module in pt-table-usage that doesnt work on some centos

This commit is contained in:
frank-cizmich
2016-03-06 12:48:11 -03:00
parent 6a07d53f97
commit a1f24e7e2f

View File

@@ -7388,7 +7388,6 @@ use strict;
use warnings FATAL => 'all';
use English qw(-no_match_vars);
use constant PTDEBUG => $ENV{PTDEBUG} || 0;
use version;
use Data::Dumper;
use sigtrap 'handler', \&sig_int, 'normal-signals';