aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-02-21 16:47:52 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-02-21 16:47:52 +1300
commitf8185b85fe8ca2a578944fafd68b6357f3bb58d8 (patch)
tree5a67504750715d2071d5faa31ccbd830db1d38b0 /Makefile.PL
parentMerge branch 'feature/no-stat-depend' into develop (diff)
downloadMail-Run-Crypt-f8185b85fe8ca2a578944fafd68b6357f3bb58d8.tar.gz
Mail-Run-Crypt-f8185b85fe8ca2a578944fafd68b6357f3bb58d8.zip
Add Module::Signature line to Makefile.PL
Diffstat (limited 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',