bumped to 0.2; manually hack META.yml to 0.2
[deps.git] / Makefile.PL
blob8c53b869cbab14a733f783408626bba48823b241
1 use ExtUtils::MakeMaker;
2 WriteMakefile(
3               NAME    => 'graph-includes', # Name of package
4               VERSION => '0.2',
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 );