Devel::Depend::Cl - Extract dependency trees from c files
Extract dependency trees from c files. See the Devel::Depend::Cpp manpage for more an example.
Depend calls cl (the microsoft C compiler) to extract included files.
This sub is a wrapper around RunAndParse.
This sub runs a, preprocessor, command passed as an argument and parses its output. The output is expected to follow the cl output format. This sub allows finer control of the preprocessing. Try Depend first.
Removes '.' and '..' from a path.
$PreprocessorDepend, a scalar containing a reference to the Depend sub.
cpp.
Emil Jansson based on Devel::Depend::Cpp.
Khemir Nadim ibn Hamouda
CPAN ID: NKH
mailto:nadim@khemir.net
http:// no web site
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.
Devel::Depend::Cpp and PerlBuildSystem.