rajewsky-lab / mirdeep2

Discovering known and novel miRNAs from small RNA sequencing data
GNU General Public License v3.0
135 stars 49 forks source link

install.pl: Fix Perl PDF::API2 installation #88

Closed mschilli87 closed 2 years ago

mschilli87 commented 2 years ago

The latest version of PDF::API2 is determined from the CPAN CHECKSUMS file via a regular expression. With the introduction of PDF:API2::XS this could results in installing it instead of PDF:API2, which was picked up by install.pl as an installation error of PDF:API2. This is fixed by extending the regular expression used to match against the (beginning) of the version number and thus avoid the clash with PDF:API2::XS.


fixes #87