Trouble Including IO::Socket::SSL and IO::Socket::INET in ActivePerl 5.28

I get the following when I try to use IO::Socket::SSL and IO::Socket::INET respectively in a custom ActivePerl 5.38 build. Any ideas?

Bareword “NI_NUMERICHOST” not allowed while “strict subs” in use at C:/Perl64/site/lib/IO/Socket/SSL.pm line 923.

Can’t locate object method “register_domain” via package “IO::Socket::INET” at C:/Perl64/lib/IO/Socket/INET.pm line 21.

The first one is a known bug in IO::Socket::SSL 2.054
https://rt.cpan.org/Public/Bug/Display.html?id=124431
Make sure your build includes Socket6.

I ended up starting over with base 5.28.1 which includes both of the modules in question. They can both be imported without error from the baseline build, so apparently another added module for my build causes an issue.