NAME
cpanm-cpanmodules - Install all modules that is listed in an Acme::CPANModules:: module
VERSION
This document describes version 0.001 of cpanm-cpanmodules (from Perl distribution App-cpanm-cpanmodules), released on 2021-05-22.
DESCRIPTION
cpanm-cpanmodules is a simplistic wrapper over cpanm. This command:
% cpanm-cpanmodules -n FooThis
will load Acme::CPANModules::FooThis, get all the entries from it, and substitute it into the arguments, so the command that gets executed is something like:
% cpanm-cpanmodules -n App::HTTPThis App::HTTPSThis App::DAVThis App::FTPThis App::CGIThis
It's basically a convenience shortcut (with tab completion as bonus) for:
% perl -MAcme::CPANModules::FooThis -E'say $_->{module} for @{ $Acme::CPANModules::FooThis::LIST->{entries} }' | cpanm -n
That's about it.
HOMEPAGE
Please visit the project's homepage at https://metacpan.org/release/App-cpanm-cpanmodules.
SOURCE
Source repository is at https://github.com/perlancar/perl-App-cpanm-cpanmodules.
BUGS
Please report any bugs or feature requests on the bugtracker website https://github.com/perlancar/perl-App-cpanm-cpanmodules/issues
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
SEE ALSO
cpanm-task from App::cpanm::task
AUTHOR
perlancar <perlancar@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2021 by perlancar@cpan.org.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.