mirror of
git://git.proxmox.com/git/pve-common.git
synced 2025-02-08 13:57:22 +03:00
avoid warning when parsing long hex values with hex()
This commit is contained in:
parent
b732bea701
commit
57eeea0cec
@ -19,6 +19,9 @@ use Text::ParseWords;
|
||||
use String::ShellQuote;
|
||||
use Time::HiRes qw(usleep gettimeofday tv_interval);
|
||||
|
||||
# avoid warning when parsing long hex values with hex()
|
||||
no warnings 'portable'; # Support for 64-bit ints required
|
||||
|
||||
our @EXPORT_OK = qw(
|
||||
$IPV6RE
|
||||
$IPV4RE
|
||||
|
Loading…
x
Reference in New Issue
Block a user