repo.or.cz
/
deps.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
bumped to 0.2; manually hack META.yml to 0.2
[deps.git]
/
Makefile.PL
blob
8c53b869cbab14a733f783408626bba48823b241
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>',
7
8
EXE_FILES => [ 'graph-includes' ],
9
);