diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2018-02-14 16:38:07 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2018-02-14 16:38:07 +0100 |
commit | 49a718540f41e115bf30e6debb333ef1b9d4e42f (patch) | |
tree | 00d4b1f69e426f8798d3615a51ad477222fdc27f /SBO-Lib/lib/SBO/App/Snap.pm | |
parent | 3487eb7a08966a5977bf88d2e3f91039d4ed1666 (diff) | |
download | sbotools2-49a718540f41e115bf30e6debb333ef1b9d4e42f.tar.xz |
SBO::Lib::App: add $VERSION statement
Diffstat (limited to 'SBO-Lib/lib/SBO/App/Snap.pm')
-rwxr-xr-x | SBO-Lib/lib/SBO/App/Snap.pm | 2 |
1 files changed, 2 insertions, 0 deletions
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 = @_; |