Skip to content

Commit 04f982a

Browse files
committed
Revert "update"
This reverts commit 6043a8f.
1 parent 6043a8f commit 04f982a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Makefile.PL

+1-5
Original file line numberDiff line numberDiff line change
@@ -447,11 +447,7 @@ sub Configure {
447447

448448
if ($param eq 'version') {
449449
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-
}
450+
die "DBD::mysql requires MySQL 8.x for building. Version reported by $command: $str";
455451
}
456452
}
457453

0 commit comments

Comments
 (0)