Use numeric only version to fix tests
This commit is contained in:
parent
6be775dc10
commit
ca4ce91497
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ use IO::Socket::INET;
|
|||
use Socket qw(AF_INET AF_INET6 PF_INET PF_INET6);
|
||||
use Sys::Hostname;
|
||||
|
||||
use version 0.77; our $VERSION = version->declare('v3.10.0rc1');
|
||||
use version 0.77; our $VERSION = version->declare('v3.10.0');
|
||||
(my $version = $VERSION->stringify()) =~ s/^v//;
|
||||
my $programd = $0;
|
||||
$programd =~ s%^.*/%%;
|
||||
|
|
Loading…
Reference in a new issue