naturalis / bio-cipres

Phylogenomic analysis on the CIPRES REST portal
MIT License
3 stars 4 forks source link

Fix min perl version #13

Open JRaspass opened 3 years ago

JRaspass commented 3 years ago

5.0014 is actually v5.1.400 (which doesn't exist). 5.014 is v5.14 which I suspect you wanted.

$ perl -E 'say version->parse("v5.14")->numify' 5.014000

$ perl -E 'say version->parse("v5.1.400")->numify' 5.001400