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 { $depends->requires };

DEPENDENCIES

This module has external dependencies on the following modules:

Class::Accessor::Chained
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.01 Thursday 22nd January 2004
Initial CPAN release
=back

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::Intrusive

1 POD Error

The following errors were encountered while parsing the POD:

Around line 42:

You forgot a '=back' before '=head1'