Skip to content

Commit f9528d8

Browse files
authored
Fix MAN1PODS empty-entry workaround in Makefile.PL
1 parent 0caf7b9 commit f9528d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ WriteMakefile(
3030
my $file_name = $_;
3131
if ( $file_name =~ m/(mongo|pg|galera|k8s|secure)/ ) {
3232
# We have to put empty line here to avoid the MAN1PODS hash corruption
33-
'3.7.1-4' => '',
33+
'' => '',
3434
}
3535
else {
3636
$_ => "blib/man1/$name.1p";

0 commit comments

Comments
 (0)