aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-02-21 16:54:46 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-02-21 16:56:44 +1300
commitfe794c20d8d8980a0016eb385ad5778a1e0d0f91 (patch)
tree2382992771599db0a61d32ba670b04f005a877ed
parentUpdate Changes for v0.11 (diff)
downloadMusic-Lyrics-LRC-fe794c20d8d8980a0016eb385ad5778a1e0d0f91.tar.gz
Music-Lyrics-LRC-fe794c20d8d8980a0016eb385ad5778a1e0d0f91.zip
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 2f35c7c..27fdbbe 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -4,6 +4,7 @@ use warnings;
use ExtUtils::MakeMaker;
WriteMakefile(
+ (MM->can('signature_target') ? (SIGN => 1) : ()),
NAME => 'Music::Lyrics::LRC',
AUTHOR => q{Tom Ryder <tom@sanctum.geek.nz>},
VERSION_FROM => 'lib/Music/Lyrics/LRC.pm',