Blob Blame History Raw
From 9af3d9ffd85b04148c55f33e4a6fe60b1de49306 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
Date: Fri, 26 Jun 2015 10:18:16 +0200
Subject: [PATCH] Do not run author tests
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Petr Písař <ppisar@redhat.com>
---
 Makefile.PL | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Makefile.PL b/Makefile.PL
index 2ed928b..6bfc458 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -10,7 +10,6 @@ BEGIN {
         inc::Module::Install             1.06
         Module::Install::XSUtil          0.45
         Module::Install::TestTarget      0.19
-        Module::Install::AuthorTests     0.002
     );
     my @not_available;
 	while(my($mod, $ver) = splice @devmods, 0, 2) {
@@ -42,7 +41,6 @@ test_requires 'File::Copy::Recursive';
 install_script 'xslate';
 
 tests_recursive;
-author_tests 'xt';
 
 my $want_xs = want_xs();
 if($want_xs) {
-- 
2.1.0