We need DBI 1.61 or higher version in Cubrid Perl driver.
If the DBI prerequisite isn't meet, there is a warn in perl Makefile.PL like the below:
{noformat}
Warning: prerequisite DBI 1.61 not found. We have 1.52
{noformat}
We should change the prerequisite as a mandatory. If the DBI prerequisite isn't meet, the error will be prompted and the build will exit.