We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6043a8f commit 04f982aCopy full SHA for 04f982a
Makefile.PL
@@ -447,11 +447,7 @@ sub Configure {
447
448
if ($param eq 'version') {
449
if ($str !~ /^8\./) {
450
- if ($^O == "Windows") { # mysql_config doesn't work the same on Windows
451
- warn "DBD::mysql requires MySQL 8.x for building. Version reported by $command: $str";
452
- } else {
453
- die "DBD::mysql requires MySQL 8.x for building. Version reported by $command: $str";
454
- }
+ die "DBD::mysql requires MySQL 8.x for building. Version reported by $command: $str";
455
}
456
457
0 commit comments