-
-
19 Dec 2017 23:32:25 UTC
- Distribution: Module-Install
- Module version: 1.19
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (75)
- Testers (5880 / 2 / 0)
- Kwalitee
Bus factor: 5- 23.12% Coverage
- License: perl_5
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (111.86KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 35 contributors-
Adam Kennedy
-
Kenichi Ishigaki
-
Alexandr Ciornii
-
Chris 'BinGOs' Williams
-
Paul Fenwick
-
bowtie
-
Matt S Trout
-
Dan Book
-
Alberto Simoes
-
Christian Walde
-
Ricardo Signes
-
Ingy
-
Hans Dieter Pearcey
-
Avar Arnfjord Bjarmason
-
Curtis Jewell
-
Graham Knop
-
Olivier Mengue
-
Rafael Kitover
-
gregor herrmann
-
Alex Vandiver
-
Ash Berlin
-
Craig A. Berry
-
Dan Brook
-
David Golden
-
Gabor Szabo
-
Graham Ollis
-
Joshua ben Jore
-
Kang-min Liu
-
Kent Fredric
-
Leo Lapworth
-
Marcel Grunauer
-
Peter Rabbitson
-
Thomas Sibley
-
Tokuhiro Matsuno
-
Tom Wyant
NAME
Module::Install::Admin::Include - include methods for Module::Install
auto_include_dependent_dists
Grabs everything in this module's build_requires and attempts to include everything (at the whole distribution level) recursively.
include_dependent_dists $package
Given a module package name, recursively include every package that module needs.
include_one_dist $module
Given a module name,
$module
, figures out which modules are in the dist containing that module and copies all those files to ./inc. I bet there's a way to harness smarter logic from PAR.Given a module name, returns the file on CPAN containing its latest version.
Takes the output of CPAN::Module->cpan_file and return all the modules that CPAN.pm knows are in that dist. There's probably a better way using CPANPLUS
Module Install Instructions
To install Module::Install, copy and paste the appropriate command in to your terminal.
cpanm Module::Install
perl -MCPAN -e shell install Module::Install
For more information on module installation, please visit the detailed CPAN module installation guide.