1Module::Install::Admin:U:sIenrclCuodnet(r3i)buted Perl DMoocduumleen:t:aItnisotnall::Admin::Include(3)
2
3
4
6 Module::Install::Admin::Include - include methods for Module::Install
7
8 auto_include_dependent_dists
9 Grabs everything in this module's build_requires and attempts to
10 include everything (at the whole distribution level) recursively.
11
12 include_dependent_dists $package
13 Given a module package name, recursively include every package that
14 module needs.
15
16 include_one_dist $module
17 Given a module name, $module, figures out which modules are in the dist
18 containing that module and copies all those files to ./inc. I bet
19 there's a way to harness smarter logic from PAR.
20
21 Given a module name, returns the file on CPAN containing its latest
22 version.
23
24 Takes the output of CPAN::Module->cpan_file and return all the modules
25 that CPAN.pm knows are in that dist. There's probably a better way
26 using CPANPLUS
27
28
29
30perl v5.32.1 2021-01-27Module::Install::Admin::Include(3)