From 5d32cfabf91d7ed2804e07236aa29a3e004a65c1 Mon Sep 17 00:00:00 2001 From: Simon Schuster Date: Fri, 25 Sep 2020 11:31:46 +0200 Subject: [PATCH] docs: Add -Ilib to the igor development invocations Thanks to yushyin for reporting that one --- scripts/igor.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/igor.pl b/scripts/igor.pl index 9288b65..17cb6e2 100755 --- a/scripts/igor.pl +++ b/scripts/igor.pl @@ -906,7 +906,7 @@ =head4 Installing dependencies Carton can then be used to execute C with those locally installed libs: - carton exec -- ./scripts/igor.pl --help + carton exec -- perl -Ilib ./scripts/igor.pl --help =head4 Running tests