We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0caf7b9 commit f9528d8Copy full SHA for f9528d8
1 file changed
Makefile.PL
@@ -30,7 +30,7 @@ WriteMakefile(
30
my $file_name = $_;
31
if ( $file_name =~ m/(mongo|pg|galera|k8s|secure)/ ) {
32
# We have to put empty line here to avoid the MAN1PODS hash corruption
33
- '3.7.1-4' => '',
+ '' => '',
34
}
35
else {
36
$_ => "blib/man1/$name.1p";
0 commit comments