TT#127355 initialize application versions earlier

Change-Id: If0ed6cb84aeae2f442580ca541f3da9cb690020b
(cherry picked from commit df98b0a7c3)
mr7.5.5
Rene Krenn 5 years ago
parent 2f9039f38b
commit 0e7fcd21e5

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