in reply to Re: Coercing Tk
in thread Coercing Tk
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`.
|
|---|