Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
Module::Depends::IntruUser(Contributed Perl DocumModule::Depends::Intrusive(3)

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

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

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.

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

COPYRIGHT
       Copyright 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 ALSO
       Module::Depends

perl v5.32.1			  2021-03-01	 Module::Depends::Intrusive(3)

NAME | SYNOPSIS | DESCRIPTION | AUTHOR | COPYRIGHT | SEE ALSO

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=Module::Depends::Intrusive&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>

home | help