From 044f03d5c77df80e03deaeec735e0d7f69060182 Mon Sep 17 00:00:00 2001 From: Chih-Chyuan Hwang Date: Mon, 28 Aug 2017 15:43:42 +0800 Subject: [PATCH] Update doc for dependency Module::Install (#2877) After moving to AnyEvent-I3, a new testsuite dependency is introduced: Module::Install. Update the doc for this. See the issue #2876. --- docs/testsuite | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/testsuite b/docs/testsuite index 00beacb1..795be042 100644 --- a/docs/testsuite +++ b/docs/testsuite @@ -82,6 +82,8 @@ The tests additionally require +Xephyr(1)+ to run a nested X server. Install $ cd ~/i3/testcases $ sudo apt-get install cpanminus $ sudo cpanm . +$ cd ~/i3/AnyEvent-I3 +$ sudo cpanm . -------------------------------------------------------------------------------- If you don’t want to use cpanminus for some reason, the same works with cpan: @@ -90,6 +92,8 @@ 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 . -------------------------------------------------------------------------------- In case you don’t have root permissions, you can also install into your home