Skip to content

Commit

Permalink
lsf-L3-tracker#863 add NOTE for perl 5.36 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhchgbj authored Aug 18, 2023
1 parent 93df319 commit 732ba0d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions LSF-Base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ To compile and install the library, go to the source directory and type:

`$ sudo make install`

Note: If you are using perl 5.36 or upper, remove following 3 lines from Base.xs:
```
#ifndef PL_errgv
#define PL_errgv errgv
#endif
```

## Release Notes

### Release 1.01 - 27/11/2013:
Expand Down
7 changes: 7 additions & 0 deletions LSF-Batch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ To compile and install the library, go to the source directory and run the follo

`$ sudo make install`

Note: If you are using perl 5.36 or upper, remove following 3 lines from Batch.xs:
```
#ifndef PL_errgv
#define PL_errgv errgv
#endif
```

## Release Notes

### Release 1.05 - 18/5/2017
Expand Down

0 comments on commit 732ba0d

Please sign in to comment.