in reply to Yet Another Unlocatable Loadable Object

Can't locate loadable object for module Math::Random::MT::Auto in @INC

The "loadable object" is simply a file called (in this particular case) Auto.dll. It's a file that was built during the compilation.

After 'dmake install', you (and perl) should be able to find it in:
C:/strawberry/perl/site/lib/auto/Math/Random/MT/Auto/Auto.dll
It could, of course, be placed into auto/Math/Random/MT/Auto/Auto.dll within *any* of the @INC directories and still be "locatable" by perl - but the location I've specified above (assuming a standard Strawberry installation) is the place that one would expect to find it.

Cheers,
Rob