Query: module::depends::intrusive
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Module::Depends::Intrusive(3pm) User Contributed Perl Documentation Module::Depends::Intrusive(3pm)NAMEModule::Depends::Intrusive - intrusive discovery of distribution dependencies.SYNOPSIS# Just like Module::Depends, only use the Intrusive class insteadDESCRIPTIONThis 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.AUTHORRichard Clamp, based on code extracted from the Fotango build system originally by James Duncan and Arthur Bergman.COPYRIGHTCopyright 2004 Fotango. All Rights Reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.SEE ALSOModule::Depends perl v5.14.2 2012-06-10 Module::Depends::Intrusive(3pm)