Add --subgraphs support (aka. --group is back ;).
[deps.git] / Makefile.PL
blob0cb22c9c70de6e4163b823a0b9cc8b6320e83423
1 use ExtUtils::MakeMaker;
2 WriteMakefile(
3               NAME    => 'DEPS', # Name of package
4               VERSION_FROM => 'lib/graphincludes/params.pm',
5               ABSTRACT=> 'a tool to graph include-based dependencies of source files',
6               AUTHOR  => 'Yann Dirson <ydirson@altern.org>',
8               EXE_FILES => [ 'graph-includes' ],
10               NO_META => 1,