Hi, I'm using Inline::Java inside a module I've built. When I "use" that module in my script I end up with an _Inline directory wherever the script is located regardless of my pwd.
I'd like all the compiled stuff to live in the location of the module. Is that possible? I looked at, and played with the PACKAGE=> setting but it didnt' have any effect. Restated: If I have ~/perllib/My/Module.pm, and use that in script ~/bin/test.pl, can I have the _Inline directory that is built live in ~/perllib/My/Module/_Inline ? Thanks Jay