--- Makefile.PL.orig	2015-06-09 06:29:03.000000000 -0700
+++ Makefile.PL	2015-06-09 06:30:57.000000000 -0700
@@ -29,7 +29,7 @@
 use File::Basename qw(dirname);
 my $dpath = dirname $secure_perl_path;
 my ($enc2xs, $encode_h) = ();
-my $enc2xs_fpath = File::Spec->catfile($dpath, 'enc2xs');
+my $enc2xs_fpath = File::Spec->catfile($dpath, '__MP__ENC2XS__');
 $enc2xs = $enc2xs_fpath
     if (-x $enc2xs_fpath);
 $enc2xs or die "enc2xs not found!";