README for Module::Depends 0.04

=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 { $depends->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.04 Wednesday 19th May, 2004

	Supply a dummy $VERSION for our fake Module::Build


=item 0.03 Friday 23rd January, 2004

	The "Oh damnit, MakeMaker.pm was subtly different to
	ModuleBuild.pm" release.  Changes from gutting Fotango::Build.

	Modified the fakeout of Module::Build
	On failure methods now set ->error rather than croaking


=item 0.02 Friday 23rd January, 2004

	NINJA compilance
	<environment barbie> Chdir is hard!  Uses File::chdir to
	dynamically change back to where we started </>

=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<Module::Depends::Intrusive>