diff options
Diffstat (limited to 'SBO-Lib/lib/SBO/App')
-rwxr-xr-x | SBO-Lib/lib/SBO/App/Remove.pm | 2 | ||||
-rwxr-xr-x | SBO-Lib/lib/SBO/App/Snap.pm | 2 |
2 files changed, 4 insertions, 0 deletions
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 = @_; diff --git a/SBO-Lib/lib/SBO/App/Snap.pm b/SBO-Lib/lib/SBO/App/Snap.pm index f065a4c..4b66eb9 100755 --- a/SBO-Lib/lib/SBO/App/Snap.pm +++ b/SBO-Lib/lib/SBO/App/Snap.pm @@ -18,6 +18,8 @@ use Getopt::Long qw/ GetOptionsFromArray /; use parent 'SBO::App'; +our $VERSION = '2.4'; + sub _parse_opts { my $class = shift; my @ARGS = @_; |