in reply to Re: Coercing Tk
in thread Coercing Tk

I'm afraid that your guess is wrong. As I said in my earlier response, "Can't locate loadable object..." means that a dynamic library file associated with the module couldn't be found. This error is unrelated to a module being object-oriented.

In this case, the loadable object could not be found because the auto/ directory, in which it was installed, did not have the expected permissions. More often, the error occurs because a module has been "installed" by a user who just copies the .pm files into an @INC directory, instead of using `make; make test; make install`.