You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
953 B
38 lines
953 B
5 years ago
|
From 450d6f1f5d893287ab322f12ba4e305d42889079 Mon Sep 17 00:00:00 2001
|
||
|
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
|
||
|
Date: Tue, 10 Mar 2020 15:25:57 +0100
|
||
|
Subject: [PATCH] Strip author dependencies
|
||
|
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 | 4 ----
|
||
|
1 file changed, 4 deletions(-)
|
||
|
|
||
|
diff --git a/Makefile.PL b/Makefile.PL
|
||
|
index f75a264..903e99f 100644
|
||
|
--- a/Makefile.PL
|
||
|
+++ b/Makefile.PL
|
||
|
@@ -2,7 +2,6 @@ use inc::Module::Install;
|
||
|
|
||
|
name 'Test-Script-Run';
|
||
|
all_from 'lib/Test/Script/Run.pm';
|
||
|
-readme_from 'lib/Test/Script/Run.pm';
|
||
|
author 'sunnavy <sunnavy@bestpractical.com>';
|
||
|
license 'perl';
|
||
|
|
||
|
@@ -11,8 +10,5 @@ requires 'IPC::Run3';
|
||
|
requires 'Test::Exception';
|
||
|
recommends($^O =~ /MSWin/ ? 'Win32::ShellQuote' : 'String::ShellQuote' );
|
||
|
|
||
|
-auto_install;
|
||
|
-recursive_author_tests('xt/');
|
||
|
-
|
||
|
WriteAll;
|
||
|
|
||
|
--
|
||
|
2.21.1
|
||
|
|