App-installdeps
view release on metacpan or search on metacpan
bin/installdeps view on Meta::CPAN
# can specify directories
# exclude optional modules (-r), include installed modules (-u),
# recursive check (-R) and disable default exclusion filter (-X)
# additionally, exclude Acme::*. NOTE that // is not necessary.
installdeps -ruRX -x ^Acme:: lib t
=head1 DESCRIPTION
This is a tiny script to install dependent modules.
If you upload your scripts or modules to PAUSE, you can install dependent modules by cpanm/cpan/cpanp.
However, it is almost impossible and meaningless to upload all your daily-use scripts.
This script scans sources to detect dependent modules and install them.
Without options, modules not yet installed and no matter whether it is used in eval context or not are considered.
=head1 OPTIONS
=over 4
=item C<-h>
lib/App/installdeps.pm view on Meta::CPAN
version v0.0.3
=head1 SYNOPSIS
App::installdeps->run(@ARGV);
=head1 DESCRIPTION
This is an implementation module for a tiny script to install dependent modules.
If you upload your scripts or modules to PAUSE, you can install dependent modules by cpanm/cpan/cpanp.
However, it is almost impossible and meaningless to upload all your daily-use scripts.
This script scans source to detect dependent modules and install them.
=head1 METHODS
=head2 C<run(@arg)>
Process arguments. Typically, C<@ARGV> is passed. For argument details, see L<installdeps>.
=head1 SEE ALSO
( run in 1.582 second using v1.01-cache-2.11-cpan-b16cb0d3907 )