NAME

Module::Depends - identify the dependencies of a distribution

SYNOPSIS

use YAML;
use Module::Depends;
my $deps = Module::Depends->new->dist_dir( '.' )->find_modules;
print "Our dependencies:\n", Dump $deps->requires;

DEPENDENCIES

This module has external dependencies on the following modules:

Class::Accessor::Chained
File::Spec
File::chdir
YAML

INSTALLATION

perl Build.PL
perl Build test

and if all goes well

perl Build install

HISTORY

What changed over the last 3 revisions

0.11 Saturday 3rd February, 2007
	Fixed the emulation of Module::Install::require
	Change the base test case so that it doesn't need a 
        ./Build dist first (for when building out of SVN rather 
       than a released dist)
0.10 Thursday 2nd June, 2005
Ship the file for the test suite.  Doh.
0.09 Thursday 2nd June, 2005
Dummy out that pesky inc::Module::Install

AUTHOR

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

COPYRIGHT

Copyright 2004,2007 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::Intrusive