aboutsummaryrefslogtreecommitdiff
path: root/SBO-Lib/lib/SBO/App.pm
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2018-02-14 16:38:07 +0100
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2018-02-14 16:38:07 +0100
commit49a718540f41e115bf30e6debb333ef1b9d4e42f (patch)
tree00d4b1f69e426f8798d3615a51ad477222fdc27f /SBO-Lib/lib/SBO/App.pm
parent3487eb7a08966a5977bf88d2e3f91039d4ed1666 (diff)
downloadsbotools2-49a718540f41e115bf30e6debb333ef1b9d4e42f.tar.xz
SBO::Lib::App: add $VERSION statement
Diffstat (limited to 'SBO-Lib/lib/SBO/App.pm')
-rwxr-xr-xSBO-Lib/lib/SBO/App.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/SBO-Lib/lib/SBO/App.pm b/SBO-Lib/lib/SBO/App.pm
index 3e600fe..c5daa37 100755
--- a/SBO-Lib/lib/SBO/App.pm
+++ b/SBO-Lib/lib/SBO/App.pm
@@ -12,6 +12,8 @@ use strict;
use warnings FATAL => 'all';
use File::Basename;
+our $VERSION = '2.4';
+
sub new {
my $class = shift;