aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-02-21 16:49:16 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-02-21 16:49:16 +1300
commit1493586661c76f96da41bf6574e3f0ae06aa4434 (patch)
treedf579b3980d20d7171b2a17cea828d3f97cc6e57 /Makefile.PL
parentBump version number to 0.10 (diff)
parentBump VERSION to 0.11 (diff)
downloadMail-Run-Crypt-1493586661c76f96da41bf6574e3f0ae06aa4434.tar.gz
Mail-Run-Crypt-1493586661c76f96da41bf6574e3f0ae06aa4434.zip
Merge branch 'release/v0.11'v0.11develop
* release/v0.11: Bump VERSION to 0.11 Update CHANGES Add Module::Signature line to Makefile.PL Remove unneeded File::stat dependency
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL
index dba409c..7ec9943 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',
@@ -20,7 +21,6 @@ WriteMakefile(
PREREQ_PM => {
'Carp' => 0,
'English' => 0,
- 'File::stat' => 0,
'Getopt::Long::Descriptive' => 0,
'IPC::Run3' => 0,
'Mail::GnuPG' => 0,
@@ -31,7 +31,7 @@ WriteMakefile(
'meta-spec' => { version => 2 },
provides => {
'Mail::Run::Crypt' => {
- version => '0.10',
+ version => '0.11',
file => 'lib/Mail/Run/Crypt.pm',
},
},