From 90001827b334cd3c7176fad66270602fc432b233 Mon Sep 17 00:00:00 2001 From: Martin Monperrus Date: Wed, 23 Oct 2024 11:18:29 +0200 Subject: [PATCH] add missing instruction for Perl dependency --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f9121d527..2b08b04ea 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,7 @@ Steps to set up Defects4J 2. Initialize Defects4J (download the project repositories and external libraries, which are not included in the git repository for size purposes and to avoid redundancies): - `cd defects4j` - `cpanm --installdeps .` + - export PERL5LIB=~/perl5/lib/perl5/ # enable Perl to find all modules - `./init.sh` 3. Add Defects4J's executables to your PATH: