repo.or.cz
/
gruta.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix the grepping of tags in FS.
[gruta.git]
/
Makefile.PL
blob
bd1c4f886552fd40529d6106810b3435d337819f
1
use ExtUtils::MakeMaker;
2
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
3
# the contents of the Makefile that is written.
4
WriteMakefile(
5
'NAME' => 'Gruta',
6
'dist' => { COMPRESS => gzip, SUFFIX => '.gz'},
7
'VERSION_FROM' => 'Gruta.pm',
8
);