Hello! First, thanks for the AWESOME Inline modules! I've used it for little things, and now I'm starting a large package set that will eventually reach CPAN, so I'm trying to iron out any Inline distribution details up front.
I see Inline working and caching OK, but what I would like is that a 'make' in my package dir prebuilds all of the C++ code. In your manpages, I see a suggestion that this should be possible: > Code that is Inlined into distributed > modules (like on the CPAN) will get compiled when the mod > ule is installed, so the end user will never notice the > compilation time. but I'm presumably missing some magic MakeMaker stuff. Any hints? (Or even, a "See package Foo that does that.") Also, I made a new package to 'use Inline with=>' with, but didn't see any docs. I stole the necessary interface details from Event's sub Inline, but it might be worth mentioning the particulars in Inline-API. Thanks! -Wilson