Skip Menu |

This queue is for tickets about the Text-TransMetaphone CPAN distribution.

Report information
The Basics
Id: 114007
Status: new
Priority: 0/
Queue: Text-TransMetaphone

People
Owner: Nobody in particular
Requestors: ETJ [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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
This issue is the subject of EUMM ticket https://rt.cpan.org/Ticket/Display.html?id=114001