mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-19 10:34:01 +00:00
Update Makefile.PL
Co-authored-by: EvgeniyPatlan <evgeniy.patlan@percona.com>
This commit is contained in:
@@ -18,7 +18,7 @@ WriteMakefile(
|
|||||||
map {
|
map {
|
||||||
(my $name = $_) =~ s/^bin.//;
|
(my $name = $_) =~ s/^bin.//;
|
||||||
my $file_name = $_;
|
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
|
# We have to put empty line here to avoid the MAN1PODS hash corruption
|
||||||
'' => '',
|
'' => '',
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user