mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-07 21:09:14 +00:00
Update OptionParser in all tools.
This commit is contained in:
@@ -820,7 +820,7 @@ sub get_specs {
|
||||
$self->{DSNParser} = DSNParser->new(opts => \@dsn_opts);
|
||||
}
|
||||
|
||||
if ( $contents =~ m/^(Percona Toolkit v.+)$/m ) {
|
||||
if ( $contents =~ m/^=head1 VERSION\n\n^(.+)$/m ) {
|
||||
$self->{version} = $1;
|
||||
MKDEBUG && _d($self->{version});
|
||||
}
|
||||
|
Reference in New Issue
Block a user