Skip Menu |

This queue is for tickets about the HTTP-DAV CPAN distribution.

Report information
The Basics
Id: 127819
Status: resolved
Priority: 0/
Queue: HTTP-DAV

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

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



Subject: #! for bin/dave does not match the one Makefile.PL was invoked with
Rather than depending on PATH to decide which perl to use, EUMM provides an automatic way to update scripts to match the perl Makefile.PL was invoked with.
The patch would be this. ExtUtils::MakeMaker will do the right thing if you patch it this way. diff --git a/bin/dave b/bin/dave index 26ac757bd..97bcde385 100755 --- a/bin/dave +++ b/bin/dave @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl =pod
Should be fixed in 0.49, soon on CPAN.