From 49a718540f41e115bf30e6debb333ef1b9d4e42f Mon Sep 17 00:00:00 2001 From: Andreas Guldstrand Date: Wed, 14 Feb 2018 16:38:07 +0100 Subject: SBO::Lib::App: add $VERSION statement --- SBO-Lib/lib/SBO/App/Remove.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'SBO-Lib/lib/SBO/App/Remove.pm') diff --git a/SBO-Lib/lib/SBO/App/Remove.pm b/SBO-Lib/lib/SBO/App/Remove.pm index cc3d303..76a1027 100755 --- a/SBO-Lib/lib/SBO/App/Remove.pm +++ b/SBO-Lib/lib/SBO/App/Remove.pm @@ -15,6 +15,8 @@ use Getopt::Long qw(GetOptionsFromArray :config bundling); use parent 'SBO::App'; +our $VERSION = '2.4'; + sub _parse_opts { my $class = shift; my @ARGS = @_; -- cgit v1.2.3