On 3/23/07 6:04 AM, "Sisyphus" <[EMAIL PROTECTED]> wrote:
> I believe it's possible for you to provide them with a bundle where they can
> install Inline-0.44, Inline-Java-0.52, and your own module by running 'perl
> Makefile.PL', make test' and 'make install' *once* only. Only problem is,
> I've never personally done anything like this, don't know how to do it, and
> don't know where the relevant documentation is :-)
Bundles are actually just POD files that tell CPAN.pm what dependencies to
fetch and install. They don't do anything at the Makefile.PL level and they
typically don't include any source code of their own.
-Ken