aboutsummaryrefslogtreecommitdiff
path: root/SBO-Lib/lib/SBO/App/Remove.pm
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2018-02-14 14:06:14 +0100
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2018-02-14 14:06:14 +0100
commita090d49ae630cf95b923d8a4f979eff0b7a66cb8 (patch)
tree135b0fa797bf7ed81cf4e916d0aa0d1a35a7a5f2 /SBO-Lib/lib/SBO/App/Remove.pm
parente2fa49af4780b36e842d93e45adaadce9e929592 (diff)
downloadsbotools-a090d49ae630cf95b923d8a4f979eff0b7a66cb8.tar.xz
SBO::App: Fix package name and method lookup
Diffstat (limited to 'SBO-Lib/lib/SBO/App/Remove.pm')
-rwxr-xr-xSBO-Lib/lib/SBO/App/Remove.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/SBO-Lib/lib/SBO/App/Remove.pm b/SBO-Lib/lib/SBO/App/Remove.pm
index a660035..cc3d303 100755
--- a/SBO-Lib/lib/SBO/App/Remove.pm
+++ b/SBO-Lib/lib/SBO/App/Remove.pm
@@ -16,6 +16,7 @@ use Getopt::Long qw(GetOptionsFromArray :config bundling);
use parent 'SBO::App';
sub _parse_opts {
+ my $class = shift;
my @ARGS = @_;
my ($help, $vers, $non_int, $alwaysask);