I am having a devil of a time getting additional modules in Strawberry Perl to load. I have a small script sent to me by an acquaintance. I can get everything to load properly, except for a single item. Below are the messages:
Note: This is on Windows 10 Pro x64 v1903.
Can't locate loadable object for module Math::GMPz::Random.pm Line 3, and repeats for line 12.
The module, Ramdom.pm, is in the correct location: C:\Strawberry\Perl\Lib\Math\Random. It also exists at C:\Strawberry\Perl\Lib\Math\GMPz.
GMPz line 3 is:
use Math::GMPz::Random;
Random.pm line 12 is:
DynaLoader::bootstrap Math::GMPz::Random $VERSION;
I must be missing something. I just do not know what this something may be.