From: Michael Stapelberg Date: Tue, 12 Sep 2017 20:16:36 +0000 (+0200) Subject: testsuite: install Module::Install so that AnyEvent-I3/Makefile.PL works (#2940) X-Git-Tag: 4.15~95 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=48fbb3e9ef4de347f3a51bb24a5365d217413e37;p=i3%2Fi3 testsuite: install Module::Install so that AnyEvent-I3/Makefile.PL works (#2940) As per https://perlmaven.com/cant-locate-inc-module-install-in-inc, the inc/ directory should not be under version control. fixes #2914 --- diff --git a/docs/testsuite b/docs/testsuite index 4fa3e9e1..4f9cdbab 100644 --- a/docs/testsuite +++ b/docs/testsuite @@ -83,6 +83,7 @@ $ cd ~/i3/testcases $ sudo apt-get install cpanminus $ sudo cpanm . $ cd ~/i3/AnyEvent-I3 +$ sudo cpanm Module::Install $ sudo cpanm . -------------------------------------------------------------------------------- @@ -93,6 +94,7 @@ If you don’t want to use cpanminus for some reason, the same works with cpan: $ cd ~/i3/testcases $ sudo cpan . $ cd ~/i3/AnyEvent-I3 +$ sudo cpan Module::Install $ sudo cpan . --------------------------------------------------------------------------------