57729eb
From 4f4c5a07ba82ecc21c864d9b528b2a2af5364e06 Mon Sep 17 00:00:00 2001
57729eb
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
57729eb
Date: Fri, 18 Mar 2016 10:11:18 +0100
57729eb
Subject: [PATCH] Disable author tests
57729eb
MIME-Version: 1.0
57729eb
Content-Type: text/plain; charset=UTF-8
57729eb
Content-Transfer-Encoding: 8bit
57729eb
57729eb
Signed-off-by: Petr Písař <ppisar@redhat.com>
57729eb
---
57729eb
 Makefile.PL | 3 +--
57729eb
 1 file changed, 1 insertion(+), 2 deletions(-)
57729eb
57729eb
diff --git a/Makefile.PL b/Makefile.PL
57729eb
index b8fbf45..374da2f 100644
57729eb
--- a/Makefile.PL
57729eb
+++ b/Makefile.PL
57729eb
@@ -2,6 +2,7 @@ use strict;
57729eb
 use warnings;
57729eb
 use inc::Module::Install;
57729eb
 use ExtUtils::Depends;
57729eb
+$Module::Install::AUTHOR = 0;
57729eb
 
57729eb
 name 'B-Hooks-OP-Check-EntersubForCV';
57729eb
 all_from 'lib/B/Hooks/OP/Check/EntersubForCV.pm';
57729eb
@@ -34,6 +35,4 @@ makemaker_args(
57729eb
 repository 'git://lake.fysh.org/zefram/B-Hooks-OP-Check-EntersubForCV.git';
57729eb
 bugtracker 'http://rt.cpan.org/Public/Dist/Display.html?Name=B-Hooks-OP-Check-EntersubForCV';
57729eb
 
57729eb
-extra_tests;
57729eb
-
57729eb
 WriteAll;
57729eb
-- 
57729eb
2.5.0
57729eb