Greetings. This is probably an RTFM, but I can't seem to find it in the FM.
I want to use PL::origargv in the next version of Devel::ptkdb. I don't want _Inline dirs all over the place for each person running the debugger. I don't (for political reasons) want to set PERL_INLINE_DIRECTORY. What I want to do is force the _Inline for PL::origargv to be in Devel:;ptkdb's installed directory tree when used by Devel:;ptkdb. Would my best bet be to cut n paste PL::origargv into Devel::ptkdb and turn THAT into an inline c consumer, setting and appropriate _Inline dir that will be used by all? Could I get that dir created by the ptkdb installation somehow instead of waiting for first use? Thanks -- Matthew O. Persico