From: Ken Youens-Clark Date: Fri, 27 Feb 2004 20:38:06 +0000 (+0000) Subject: Added "SIGN" option. X-Git-Tag: v0.06~175 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=873af5c6564eb633da16f4fdaf42332f298f8aba;p=dbsrgits%2FSQL-Translator.git Added "SIGN" option. --- diff --git a/Makefile.PL b/Makefile.PL index 7b19c11..4455299 100644 --- 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',