Skip to content

Commit

Permalink
Allow the older version of DBD::MariaDB
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrandtbuffalo committed Feb 15, 2024
1 parent ab821a1 commit 20ba0df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ feature 'mysql' => sub {
};

feature 'mariadb' => sub {
requires 'DBD::MariaDB', '>= 1.23';
requires 'DBD::MariaDB', '>= 1.20';
requires 'Apache::Session::MariaDB';
};

Expand Down

0 comments on commit 20ba0df

Please sign in to comment.