Use numeric only version to fix tests

This commit is contained in:
Sandro Jäckel 2022-05-15 23:08:03 +02:00
parent 6be775dc10
commit ca4ce91497
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -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%^.*/%%;