mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-14 07:06:28 +00:00
Removed indirect object syntax from OptionParser.pm
This commit is contained in:
@@ -200,7 +200,7 @@ sub get_specs {
|
|||||||
%$attribs,
|
%$attribs,
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
my $dsn_o = new OptionParser(
|
my $dsn_o = OptionParser->new(
|
||||||
description => 'DSN OPTIONS',
|
description => 'DSN OPTIONS',
|
||||||
head1 => 'DSN OPTIONS',
|
head1 => 'DSN OPTIONS',
|
||||||
dsn => 0, # XXX don't infinitely recurse!
|
dsn => 0, # XXX don't infinitely recurse!
|
||||||
|
Reference in New Issue
Block a user