Subject: | #! is not set to the perl Makefile.PL was invoked with |
You need to set it to #!/usr/bin/perl or EUMM won't update it.
This is the patch:
diff --git a/bin/net-server b/bin/net-server
index ce01d2807..726d37d90 100755
--- a/bin/net-server
+++ b/bin/net-server
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
package net_server;