Skip Menu |

This queue is for tickets about the Map-Tube-CLI CPAN distribution.

Report information
The Basics
Id: 123480
Status: resolved
Priority: 0/
Queue: Map-Tube-CLI

People
Owner: MANWAR [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.33
Fixed in: 0.34



Subject: Keep the old shebang
The last release had this change in map-tube: -#!/usr/bin/perl +#!/usr/bin/env perl Using /usr/bin/env means that ExtUtils::MakeMaker cannot anymore replace the shebang with the "correct" perl (the one used when running Makefile.PL). BTW, there's a lengthy discussion about the topic in https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/issues/58
Thanks @SREZIC. This is embarrassing for me :-( Best Regards, Mohammad S Anwar
Resolved.