Removed indirect object syntax from the modulino portion of pt-show-grants

This commit is contained in:
Brian Fraser
2011-12-26 11:17:18 -03:00
parent c4f127092d
commit dbbdada99b

View File

@@ -1595,7 +1595,7 @@ sub main {
# ########################################################################
# Get configuration information.
# ########################################################################
my $o = new OptionParser();
my $o = OptionParser->new();
$o->get_specs();
$o->get_opts();