Many modules on CPAN do this. Simple example: my Text::PSP module.Makefile.PL lib/X.pm lib/X/Y.pm # etc ..
If you do need XS code, the only way I've found to make that work is to put each XS additional module in its own subdirectory immediately below the main dir together with its own Makefile.PL (they'll be used automatically when you use the top-level Makefile.PL)
In reply to Re: Building a CPAN module
by Joost
in thread Building a CPAN module
by true_atlantis
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |