From dbbdada99bb5a6b7c33e627607be765f487385c9 Mon Sep 17 00:00:00 2001 From: Brian Fraser Date: Mon, 26 Dec 2011 11:17:18 -0300 Subject: [PATCH] Removed indirect object syntax from the modulino portion of pt-show-grants --- bin/pt-show-grants | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pt-show-grants b/bin/pt-show-grants index 3bb1f3b8..6ed1f907 100755 --- a/bin/pt-show-grants +++ b/bin/pt-show-grants @@ -1595,7 +1595,7 @@ sub main { # ######################################################################## # Get configuration information. # ######################################################################## - my $o = new OptionParser(); + my $o = OptionParser->new(); $o->get_specs(); $o->get_opts();