README for Module::Depends 0.07 =head1 NAME Module::Depends - identify the dependencies of a distribution =head1 SYNOPSIS use YAML; use Module::Depends; my $deps = Module::Depends->new->dist_dir( '.' )->find_modules; print "Our dependencies:\n", Dump $deps->requires; =head1 DEPENDENCIES This module has external dependencies on the following modules: Class::Accessor::Chained File::Spec File::chdir YAML =head1 INSTALLATION perl Build.PL perl Build test and if all goes well perl Build install =head1 HISTORY What changed over the last 3 revisions =over =item 0.07 Friday 18th February, 2005 Fixed the relative, non-intrusive case (I forgot we went to chdiring all over the shop) =item 0.06 Tuesday 14th September, 2004 Rewrote source code example in synopsis so it works =item 0.05 Thursday 17th June, 2004 Dummy out Inline::MakeMaker too =back =head1 AUTHOR Richard Clamp, based on code extracted from the Fotango build system originally by James Duncan and Arthur Bergman. =head1 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. =head1 SEE ALSO L