Skip to content

Commit

Permalink
Merge pull request #1548 from nakib103/dbd_mysql_version
Browse files Browse the repository at this point in the history
Restrain using latest DBD::mysql version
  • Loading branch information
likhitha-surapaneni authored Nov 3, 2023
2 parents 8b0f0f3 + 0375c82 commit d69b70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ requires 'DBI';
requires 'Set::IntervalTree';
requires 'JSON';
requires 'Text::CSV';
recommends 'DBD::mysql';
recommends 'DBD::mysql', '<= 4.050'; # newer versions do not support MySQL 5
recommends 'PerlIO::gzip';
recommends 'IO::Uncompress::Gunzip';
recommends 'Bio::DB::BigFile';
Expand Down

0 comments on commit d69b70d

Please sign in to comment.