in reply to Re^2: Entire project on CPAN -- including all modules
in thread Entire project on CPAN -- including all modules
If you are in your distribution directory, the command
cpan .
(note that dot) will install all prerequisites and then that module from CPAN.
The alternative is to just include all modules in your distribution directly.
There is no mechanism to tell CPAN to "just pull in all things within that same namespace", except to list all these modules yourself.
|
|---|