RM-1554 - Percona Toolkit 3.7.1

- Empty line in Makefile.PL
This commit is contained in:
Sveta Smirnova
2025-12-15 14:08:39 +03:00
parent 75207ea316
commit 4b0ff0b2a0

View File

@@ -20,7 +20,7 @@ WriteMakefile(
my $file_name = $_;
if ( $file_name =~ m/(mongo|pg|galera|k8s|secure)/ ) {
# We have to put empty line here to avoid the MAN1PODS hash corruption
'3.7.1' => '',
'' => '',
}
else {
$_ => "blib/man1/$name.1p";