[Rt-commit] rt branch 5.0/db-type-mariadb updated. rt-5.0.5-120-gccbce93180
BPS Git Server
git at git.bestpractical.com
Fri Feb 16 18:55:06 UTC 2024
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rt".
The branch, 5.0/db-type-mariadb has been updated
via ccbce9318059241c51a4cbfcddf8bfb5532a7b89 (commit)
from 20ba0dfdb6d056595733cfb68240a7adb43bd4c8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ccbce9318059241c51a4cbfcddf8bfb5532a7b89
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Fri Feb 16 13:54:58 2024 -0500
Make sure we don't install DBD::MariaDB from CPAN
diff --git a/etc/cpanfile b/etc/cpanfile
index 63590e76c4..11a6b44acf 100644
--- a/etc/cpanfile
+++ b/etc/cpanfile
@@ -164,8 +164,8 @@ feature 'mysql' => sub {
};
feature 'mariadb' => sub {
- requires 'DBD::MariaDB', '>= 1.20';
- requires 'Apache::Session::MariaDB';
+# requires 'DBD::MariaDB', '>= 1.20';
+# requires 'Apache::Session::MariaDB';
};
feature 'oracle' => sub {
-----------------------------------------------------------------------
Summary of changes:
etc/cpanfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
rt
More information about the rt-commit
mailing list