-
-
03 May 2012 15:56:13 UTC
- Distribution: Module-Depends
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (11)
- Testers (1673 / 106 / 0)
- Kwalitee
Bus factor: 0- 83.71% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (7.34KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Class::Accessor::Chained
- File::Spec
- Parse::CPAN::Meta
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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 Install Instructions
To install Module::Depends, copy and paste the appropriate command in to your terminal.
cpanm Module::Depends
perl -MCPAN -e shell install Module::Depends
For more information on module installation, please visit the detailed CPAN module installation guide.