Skip to content

Commit

Permalink
Restrain using DBD::mysql version 5.x (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiorgetti authored Oct 13, 2023
1 parent 57a3d83 commit 6106bda
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 6106bda

Please sign in to comment.