logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Module::Depends::Intrusive - intrusive discovery of distribution dependencies.

Author

       Richard Clamp, based on code extracted from the Fotango build system originally by James Duncan and
       Arthur Bergman.

Description

       This module devines dependencies by running the distributions Makefile.PL/Build.PL in a faked up
       environment and intercepting the calls to Module::Build->new and ExtUtils::MakeMaker::WriteMakefile.

       You may now freak out about security.

       While you're doing that please remember that what we're doing is much the same that CPAN.pm does in order
       to discover prerequisites.

Name

       Module::Depends::Intrusive - intrusive discovery of distribution dependencies.

See Also

       Module::Depends

perl v5.36.0                                       2022-11-19                    Module::Depends::Intrusive(3pm)

Synopsis

        # Just like Module::Depends, only use the Intrusive class instead

See Also