We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
with DBD::mysql you can define DBD_MYSQL_CONFIG so to use the mariadb_config vs mysql you could add the following.
export DBD_MYSQL_CONFIG=/usr/bin/mariadb_config
Otherwise install will fail or use the default mysql_config.
** won't build with Carton must run cpanm directly