-
-
22 May 2021 01:13:35 UTC
- Distribution: App-cpanm-cpanmodules
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (30 / 0 / 0)
- Kwalitee
Bus factor: 1- % Coverage
- License: perl_5
- Perl: v5.10.1
- Activity
24 month- Tools
- Download (14.71KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
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.
Module Install Instructions
To install App::cpanm::cpanmodules, copy and paste the appropriate command in to your terminal.
cpanm App::cpanm::cpanmodules
perl -MCPAN -e shell install App::cpanm::cpanmodules
For more information on module installation, please visit the detailed CPAN module installation guide.