mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-19 02:05:23 +00:00
Remove $Sandbox::Percona::Toolkit::VERSION and use $Percona::Toolkit::VERSION instead since it's the authoritative version.
This commit is contained in:
@@ -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,
|
||||
},
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user