5
0
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:
Dietmar Maurer 2014-06-25 12:32:48 +02:00
parent b732bea701
commit 57eeea0cec

View File

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