aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-02-21 16:48:11 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-02-21 16:48:11 +1300
commit588b320e38813ad570bc406e045e2aa8e6158d04 (patch)
tree5a67504750715d2071d5faa31ccbd830db1d38b0
parentMerge branch 'feature/no-stat-depend' into develop (diff)
parentAdd Module::Signature line to Makefile.PL (diff)
downloadMail-Run-Crypt-588b320e38813ad570bc406e045e2aa8e6158d04.tar.gz
Mail-Run-Crypt-588b320e38813ad570bc406e045e2aa8e6158d04.zip
Merge branch 'feature/sign-releases' into develop
* feature/sign-releases: Add Module::Signature line to Makefile.PL
-rw-r--r--Makefile.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 5e4dc93..e7728d0 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -4,6 +4,7 @@ use warnings;
use ExtUtils::MakeMaker;
WriteMakefile(
+ (MM->can('signature_target') ? (SIGN => 1) : ()),
NAME => 'Mail::Run::Crypt',
AUTHOR => q{Tom Ryder <tom@sanctum.geek.nz>},
VERSION_FROM => 'lib/Mail/Run/Crypt.pm',