TT#127355 initialize application versions earlier

Change-Id: If0ed6cb84aeae2f442580ca541f3da9cb690020b
(cherry picked from commit df98b0a7c3)
mr8.1.1
Rene Krenn 5 years ago
parent e8d3a1dc27
commit 841f47a880

@ -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