mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-09 07:30:02 +00:00
Update OptionParser in all tools.
This commit is contained in:
@@ -148,7 +148,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