Skip to content

Commit

Permalink
Restrain using DBD::mysql version 5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiorgetti committed Oct 12, 2023
1 parent 74072f7 commit f0ceb76
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
@@ -1,5 +1,5 @@
requires 'DBI';
requires 'DBD::mysql';
requires 'DBD::mysql', '<= 4.050'; # newer versions do not support MySQL 5
requires 'Test::More';
requires 'Test::Warnings';
requires 'Devel::Peek';
Expand Down

0 comments on commit f0ceb76

Please sign in to comment.