[EMAIL PROTECTED] wrote: > Since PAR is alive (phew!), is there a trick to get Inline::C modules > to be swallowed into the compiled unit? I sure could use that feature.
(speaking only on theoretical grounds here) Have you tried the approach described in http://search.cpan.org/~ingy/Inline-0.44/Inline.pod#Writing_Modules_with_Inl ine Seems to me that after doing "make" all stuff generated by Inline should have been copied below the blib directory (ready to be called without re-generating/re-compiling/...) and pp -I blib ... should pick it up from there. Cheers, Roderich
