Hi, I recall a while ago I was attempting to build a distribution in which there were several .pm modules that used Inline to embed some C code, and to make a proper distribution it was necessary to place each of these modules in their own directory, with their own Makefile.PL. Is this still the case?
Currently I'm building a wrapper for a set of C libraries (http://www.neci.nj.nec.com/homepages/flake/nodelib/html/) that's just begging to have one Perl class per C "class". This means I'm going to have lots of Inline interfaces in lots of files, and I'm hoping I don't have to give them each their own directory in the distribution. I couldn't find any evidence to the contrary in the docs, though. -Ken
