projects
/
p5sagit/Function-Parameters.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3153418
)
make Makefile depend on lib/Function/Parameters.pm
Lukas Mai [Wed, 18 Jul 2012 18:46:09 +0000 (20:46 +0200)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
a8a471f
..
1fd1cbe
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-34,6
+34,7
@@
WriteMakefile(
},
},
},
+ depend => { Makefile => '$(VERSION_FROM)' },
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'Function-Parameters-*' },
);