Repository fixups.
[deps.git] / Makefile.PL
blob09a7dfa50df9b093d51b1cbdb62e6709aee11d2c
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' ],
9 );