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
This commit is contained in:
Michael Stapelberg 2017-09-12 22:16:36 +02:00 committed by Michael Stapelberg
parent 0631568b2d
commit d0c9e81f04
1 changed files with 2 additions and 0 deletions

View File

@ -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 dont 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 .
--------------------------------------------------------------------------------