Remove $Sandbox::Percona::Toolkit::VERSION and use $Percona::Toolkit::VERSION instead since it's the authoritative version.

This commit is contained in:
Daniel Nichter
2012-10-24 13:52:10 -06:00
parent b20f2707de
commit e69f1f24d0
2 changed files with 2 additions and 3 deletions

View File

@@ -39,8 +39,6 @@ $Data::Dumper::Quotekeys = 0;
use constant PTDEBUG => $ENV{PTDEBUG} || 0;
use constant PTDEVDEBUG => $ENV{PTDEVDEBUG} || 0;
$Sandbox::Percona::Toolkit::VERSION = "2.1.4";
my $trunk = $ENV{PERCONA_TOOLKIT_BRANCH};
my %port_for = (

View File

@@ -16,6 +16,7 @@ use VersionCheck;
use DSNParser;
use Sandbox;
use PerconaTest;
use Percona::Toolkit;
my $dp = new DSNParser(opts=>$dsn_opts);
my $sb = new Sandbox(basedir => '/tmp', DSNParser => $dp);
@@ -130,7 +131,7 @@ use File::Spec;
},
},
versions => {
'pt-archiver' => $Sandbox::Percona::Toolkit::VERSION,
'pt-archiver' => $Percona::Toolkit::VERSION,
},
);
}