From 450d6f1f5d893287ab322f12ba4e305d42889079 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 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ř --- 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 '; 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