mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-19 10:34:01 +00:00
Remove $Sandbox::Percona::Toolkit::VERSION and use $Percona::Toolkit::VERSION instead since it's the authoritative version.
This commit is contained in:
@@ -39,8 +39,6 @@ $Data::Dumper::Quotekeys = 0;
|
|||||||
use constant PTDEBUG => $ENV{PTDEBUG} || 0;
|
use constant PTDEBUG => $ENV{PTDEBUG} || 0;
|
||||||
use constant PTDEVDEBUG => $ENV{PTDEVDEBUG} || 0;
|
use constant PTDEVDEBUG => $ENV{PTDEVDEBUG} || 0;
|
||||||
|
|
||||||
$Sandbox::Percona::Toolkit::VERSION = "2.1.4";
|
|
||||||
|
|
||||||
my $trunk = $ENV{PERCONA_TOOLKIT_BRANCH};
|
my $trunk = $ENV{PERCONA_TOOLKIT_BRANCH};
|
||||||
|
|
||||||
my %port_for = (
|
my %port_for = (
|
||||||
|
@@ -16,6 +16,7 @@ use VersionCheck;
|
|||||||
use DSNParser;
|
use DSNParser;
|
||||||
use Sandbox;
|
use Sandbox;
|
||||||
use PerconaTest;
|
use PerconaTest;
|
||||||
|
use Percona::Toolkit;
|
||||||
|
|
||||||
my $dp = new DSNParser(opts=>$dsn_opts);
|
my $dp = new DSNParser(opts=>$dsn_opts);
|
||||||
my $sb = new Sandbox(basedir => '/tmp', DSNParser => $dp);
|
my $sb = new Sandbox(basedir => '/tmp', DSNParser => $dp);
|
||||||
@@ -130,7 +131,7 @@ use File::Spec;
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
versions => {
|
versions => {
|
||||||
'pt-archiver' => $Sandbox::Percona::Toolkit::VERSION,
|
'pt-archiver' => $Percona::Toolkit::VERSION,
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user