http://qs1969.pair.com?node_id=11138320


in reply to Re^3: XS, raspberry pi, and a hundred bucks
in thread XS, raspberry pi, and a hundred bucks

Check out Inline::Module. It lets you develop using Inline and then package it in a way that all the Inline compilation happens during Makefile.PL and then the resulting installed module doesn't require Inline.

It's a bit of effort to learn, but I got it working in OpenGL::Sandbox, even packaged up with Dist::Zilla!