![]() |
![]()
| ![]() |
![]()
NAMEcpanfile-dump - Dump prerequisites from a cpanfile SYNOPSIS# Install typical required and recommended modules cpan `cpanfile-dump` # Skip configures phase cpan `cpanfile-dump --no-configure` # Also include develop phase and suggests type cpan `cpanfile-dump --develop --suggests` # Include a feature cpan `cpanfile-dump --with-feature=sqlite` DESCRIPTIONThis script reads prereqs from a cpanfile and dumps a raw list of them to standard output. This is useful for piping these as input to another program that doesn't support reading cpanfile directly, i.e. "cpan" or "cpanp". By default, it prints configure, build, test and runtime requirements and recommendations. Command line options can be used to modify the default choices. This script is distributed with Module::CPANfile since version 1.0002. OPTIONS
NOTESBecause "cpanm" supports reading cpanfile directly, instead of piping the output of this program, you're recommended to use "cpanm --installdeps ." to install modules from cpanfile. AUTHORDavid Golden SEE ALSOModule::CPANfile cpanfile App::mymeta_requires
|