projects
/
dbsrgits/SQL-Translator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
bc40219
)
Added "SIGN" option.
Ken Youens-Clark [Fri, 27 Feb 2004 20:38:06 +0000 (20:38 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
7b19c11
..
4455299
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-5,6
+5,7
@@
use ExtUtils::MakeMaker;
WriteMakefile(
'NAME' => __PACKAGE__,
+ 'SIGN' => 1,
'VERSION_FROM' => 'lib/SQL/Translator.pm',
'EXE_FILES' => [
'bin/sqlt-diagram',