You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
testing/fulltests/support/myip: Fix a runtime error
Fix the runtime error "Constant subroutine main::AF_INET6 redefined"
by using 'require' (evaluated at run-time) instead of 'use' (evaluated
at compile-time).
0 commit comments