Get and send real program version when the agent starts.

This commit is contained in:
Daniel Nichter
2013-03-21 13:50:49 -06:00
parent f04d0e575a
commit c1cce0c6ca
5 changed files with 146 additions and 45 deletions

View File

@@ -33,8 +33,6 @@ use warnings FATAL => 'all';
use English qw(-no_match_vars);
use constant PTDEVDEBUG => $ENV{PTDEVDEBUG} || 0;
use Percona::Toolkit;
use Carp qw(croak);
use Test::More;