Skip Menu |

This queue is for tickets about the Net-Server CPAN distribution.

Report information
The Basics
Id: 127821
Status: new
Priority: 0/
Queue: Net-Server

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

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



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;