Commit 0507e66
committed
Perl: Suppress a warning message
Suppress the following warning message:
Attempt to call undefined import method with arguments ("AF_INET6" ...)
via package "Socket6" (Perhaps you forgot to load the package?) at (eval 5)
line 1.
Fixes: net-snmp#9541 parent 695ac0e commit 0507e66
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
0 commit comments