Skip to content

Commit

Permalink
Merge pull request #257 from andrewjpage/remove_old_perl_testing
Browse files Browse the repository at this point in the history
drop testing for perl 5.10, add 5.24. dzil no longer works below 5.14
  • Loading branch information
andrewjpage authored Jul 4, 2016
2 parents fb4c075 + 1de0c4d commit 8db53d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ cache:
- build/mcl-14-137
- build/fasttree
perl:
- "5.10"
- "5.14"
- "5.20"
- "5.24"
env:
- PARALLEL_VERSION=20150522
- PARALLEL_VERSION=20141022
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ bedtools cd-hit blast mcl GNUparallel prank mafft fasttree
```

## Ancient systems and versions of perl
The code will not work with perl 5.8 or below (pre-modern perl). If your running a very old verison of Linux, your also in trouble.
The code will not work with perl 5.8 or below (pre-modern perl). We no longer test against 5.10 (released 2007). If your running a very old verison of Linux, your also in trouble.

#Versions of software we test against
* Perl 5.10, 5.14, 5.16, 5.18, 5.20
* Perl 5.14, 5.16, 5.20, 5.24
* cdhit 4.6.1
* ncbi blast+ 2.2.30
* mcl 14-137
Expand Down

0 comments on commit 8db53d2

Please sign in to comment.