in reply to Re: Common modules and Inline::C
in thread Common modules and Inline::C

It's already a stand-alone perl module, sorry if that wasn't clear. "Use" simply does not drag anything into the Inline::C namespace -- I end up with an undefined symbol at runtime.

But ExtUtils::Depends looks like it should fit the bill, thanks.