tseemann / prokka

:zap: :aquarius: Rapid prokaryotic genome annotation
843 stars 226 forks source link

Add note about minimum Perl version to README.md #490

Open alanorth opened 4 years ago

alanorth commented 4 years ago

I spent a little time trying to get prokka v1.14.6 installed on CentOS 7 after finally realizing that the minimum Perl version is effectively 5.28.x (due to the "uniq" is not exported by the List::Util module issue). I ended up compiling Perl 5.28.2 in order to get prokka working.

Would it be possible to adjust README.md to mention this?