Update Makefile.PL

Co-authored-by: EvgeniyPatlan <evgeniy.patlan@percona.com>
This commit is contained in:
Sveta Smirnova
2025-09-10 18:20:44 +03:00
committed by GitHub
parent cd36511b52
commit fb1f5be339

View File

@@ -18,7 +18,7 @@ WriteMakefile(
map {
(my $name = $_) =~ s/^bin.//;
my $file_name = $_;
if ( ( $file_name =~ m/mongo/ ) || ( $file_name =~ m/pg/ ) || ( $file_name =~ m/galera/ ) || ( $file_name =~ m/k8s/ ) || ( $file_name =~ m/secure/ ) ) {
if ( $file_name =~ m/(mongo|pg|galera|k8s|secure)/ ) {
# We have to put empty line here to avoid the MAN1PODS hash corruption
'' => '',
}