From 7202ef7e24e8fcc08966cc63e88869d2d1011bfd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
Date: Fri, 11 Nov 2016 11:52:54 +0100
Subject: [PATCH] Do not install bench.pl
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
CPAN RT#118712
Signed-off-by: Petr PÃsaÅ <ppisar@redhat.com>
---
Makefile.PL | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Makefile.PL b/Makefile.PL
index a02eb6f..d38bc85 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -11,6 +11,9 @@ WriteMakefile(
($] >= 5.005 ? ## Add these new keywords supported since 5.005
(ABSTRACT_FROM => 'lib/Text/VCardFast.pm', # retrieve abstract from module
AUTHOR => 'Bron Gondwana <brong@>') : ()),
+ # Do not install bench.pl
+ PM => { 'lib/Text/VCardFast.pm' =>
+ '$(INST_LIB)/Text/VCardFast.pm'},
LIBS => [''], # e.g., '-lm'
DEFINE => '', # e.g., '-DHAVE_SOMETHING'
INC => '-I.', # e.g., '-I. -I/usr/include/other'
--
2.7.4