Reduce required perl version
This commit is contained in:
parent
efb551011d
commit
f079cf937b
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
use v5.30;
|
use v5.28;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
use Time::HiRes qw(clock_gettime CLOCK_MONOTONIC);
|
use Time::HiRes qw(clock_gettime CLOCK_MONOTONIC);
|
||||||
|
|
Loading…
Reference in New Issue