TT#127355 initialize application versions earlier

Change-Id: If0ed6cb84aeae2f442580ca541f3da9cb690020b
(cherry picked from commit df98b0a7c3)
mr9.5.7
Rene Krenn 5 years ago
parent b4cdfb4bf8
commit 5effa09f7c

@ -2,7 +2,9 @@ use strict;
## no critic
our $VERSION = "0.0";
BEGIN {
our $VERSION = '0.0';
}
use File::Basename;
use Cwd;

@ -4,7 +4,9 @@ use strict;
## no critic
BEGIN {
our $VERSION = "0.0";
}
use File::Basename;
use Cwd;

@ -2,7 +2,9 @@ use strict;
## no critic
BEGIN {
our $VERSION = "0.0";
}
use File::Basename;
use Cwd;

Loading…
Cancel
Save