I want to integrate my module Foo.pm which relies on Inline::C into an existing Perl distribution. Luckily, I can add directories and files to perl/site/lib and perl/site/lib/auto as I please and give the complete Perl directory tree to the user to run it. (I *don't* want my module to become a part of any official distribution or CPAN, that's not what this