Skip to content

Commit

Permalink
Merge branch 'master' of github.com:rjust/defects4j into version-3
Browse files Browse the repository at this point in the history
  • Loading branch information
rjust committed Sep 2, 2024
2 parents 635a865 + ff93e4f commit 30ee3f0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,9 @@ Requirements
----------------
- Java 11
- Git >= 1.9
- SVN >= 1.8
- Subversion (svn) >= 1.8
- Perl >= 5.0.12
- `cpanm`

Defects4J version 2.x required Java 1.8.
Defects4J version 1.x and 0.x required Java 1.7.
Expand All @@ -93,7 +94,8 @@ environment variable to `America/Los_Angeles` and export it.
#### Perl dependencies
All required Perl modules are listed in [cpanfile](https://github.com/rjust/defects4j/blob/master/cpanfile).
On many Unix platforms, these required Perl modules are installed by default.
If this is not the case, see instructions below for how to install them.
The setup instructions immediately below install them if necessary.
If you do not have `cpanm` installed, use cpan or a cpan wrapper to install the perl modules listed in `cpanfile`.

Steps to set up Defects4J
----------------
Expand All @@ -102,7 +104,6 @@ Steps to set up Defects4J
- `git clone https://github.com/rjust/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):
If you do not have `cpanm` installed, use cpan or a cpan wrapper to install the perl modules listed in `cpanfile`.
- `cd defects4j`
- `cpanm --installdeps .`
- `./init.sh`
Expand Down

0 comments on commit 30ee3f0

Please sign in to comment.