1Module::Depends::IntrusUisveer(3C)ontributed Perl DocumeMnotdautlieo:n:Depends::Intrusive(3)
2
3
4
6 Module::Depends::Intrusive - intrusive discovery of distribution
7 dependencies.
8
10 # Just like Module::Depends, only use the Intrusive class instead
11
13 This module devines dependencies by running the distributions
14 Makefile.PL/Build.PL in a faked up environment and intercepting the
15 calls to Module::Build->new and ExtUtils::MakeMaker::WriteMakefile.
16
17 You may now freak out about security.
18
19 While you're doing that please remember that what we're doing is much
20 the same that CPAN.pm does in order to discover prerequisites.
21
23 Richard Clamp, based on code extracted from the Fotango build system
24 originally by James Duncan and Arthur Bergman.
25
27 Copyright 2004 Fotango. All Rights Reserved.
28
29 This module is free software; you can redistribute it and/or modify it
30 under the same terms as Perl itself.
31
33 Module::Depends
34
35
36
37perl v5.38.0 2023-07-20 Module::Depends::Intrusive(3)