Module-Depends README


Module-Depends documentation  | view source Contained in the Module-Depends distribution.

Index


NAME

Top

Module::Depends - identify the dependencies of a distribution

SYNOPSIS

Top

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




DEPENDENCIES

Top

This module has external dependencies on the following modules:

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

INSTALLATION

Top

 perl Build.PL
 perl Build test

and if all goes well

 perl Build install

HISTORY

Top

What changed over the last 3 revisions

0.13 Tuesday 26th June, 2007
    File::chdir 0.08 changed its behaviour and is not backwards
    compatible - avoid using it.




0.12 Thursday 1st March, 2007
	Implement a y_n for the Module::Build fakery




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)

AUTHOR

Top

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

COPYRIGHT

Top

SEE ALSO

Top

Module::Depends::Intrusive


Module-Depends documentation  | view source Contained in the Module-Depends distribution.