1 use ExtUtils::MakeMaker;
3 NAME => 'graph-includes', # 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' ],