Subject: | xs/Makefile.PL has odd "touch" command which breaks distro under EUMM 7.12+ |
If that "touch" command is removed, then the distro builds just fine under the newest EUMM. See patch:
--- xs/Makefile.PL 2016-04-27 01:02:36.675832484 +0100
+++ - 2016-04-27 01:02:45.089458107 +0100
@@ -22,9 +22,6 @@
use File::Path 'mkpath';
mkpath $root, 1, 0755 unless -d $root;
-system "touch $root/libmetaphone.so";
-
-
WriteMakefile(
'NAME' => 'Text::TransMetaphone::en_US',
'VERSION_FROM' => '../lib/Text/TransMetaphone/en_US.pm', # finds $VERSION