blob: dd5a70a5cbad8e16cf9d635bc4396dc881658e50 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- Makefile.PL.orig 2020-12-02 01:28:23 UTC
+++ Makefile.PL
@@ -37,10 +37,7 @@ my %tables =
]
);
-my @exe_files = qw(bin/enc2xs
- bin/piconv
- bin/encguess
- );
+my @exe_files = qw();
my @more_exe_files = qw(
unidump
);
|