summaryrefslogtreecommitdiff
path: root/devel/p5-App-Prove-Plugin-ProgressBar-Each/patches/patch-Makefile.PL
blob: bef2e44ea810386ca335fb1d04b625c4ae23ec66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$NetBSD: patch-Makefile.PL,v 1.1 2015/01/04 06:25:14 schmonz Exp $

--- Makefile.PL.orig	2011-01-20 02:10:17.000000000 +0000
+++ Makefile.PL
@@ -7,11 +7,11 @@ requires 'TAP::Formatter::Console';
 requires 'Term::ProgressBar::Simple';
 
 tests 't/*.t';
-author_tests 'xt';
+#author_tests 'xt';
 
 test_requires 'Test::More';
 
-auto_set_repository;
+#auto_set_repository;
 auto_include;
 
 WriteAll;