Hi,

I have wrote a module and released it with module-starter.
(http://search.cpan.org/~xsawyerx/Module-Starter-1.58/lib/Module/Starter.pm)

When I install it from the CPAN shell, how can I make the shell
install the prerequisite modules automatically?

for example, my module:

package ABC;
use MIME::Lite;

...
1;


When I install ABC from CPAN shell, I want to make it install
MIME::Lite automatically.

Thanks.

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to