Skip Menu |

This queue is for tickets about the Class-Multimethods CPAN distribution.

Report information
The Basics
Id: 118949
Status: open
Priority: 0/
Queue: Class-Multimethods

People
Owner: Nobody in particular
Requestors: fsfs [...] debian.org
Cc:
AdminCc:

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



Subject: [PATCH] fix hashbang in examples
Date: Thu, 24 Nov 2016 22:03:10 +0100
To: bug-class-multimethods [...] rt.cpan.org
From: Florian Schlichting <fsfs [...] debian.org>
In Debian we are currently applying the following patch to Class-Multimethods. We thought you might be interested in it too. Author: Jay Bonci <jaybonci@debian.org> Description: fix hashbang in examples The patch is tracked in our Git repository at https://anonscm.debian.org/cgit/pkg-perl/packages/libclass-multimethods-perl.git/plain/debian/patches/hashbang.patch Thanks for considering, Florian Schlichting, Debian Perl Group

Message body is not shown because sender requested not to inline it.

Subject: Re: [rt.cpan.org #118949] [PATCH] fix hashbang in examples
Date: Fri, 25 Nov 2016 08:56:16 +1100
To: bug-Class-Multimethods [...] rt.cpan.org
From: Damian Conway <damian [...] conway.org>
Hi Florian, Thanks for the patch. I'm concerned about using /usr/bin/perl as so many people now use perlbrew to install more recent Perl's over the top of the system Perl. As far as Debian is concerned, would it be acceptable to make the shebang lines: #!/usr/bin/env perl -w That way the script picks up whichever Perl the user normally uses. Would that work for you? Damian
Subject: Re: [rt.cpan.org #118949] [PATCH] fix hashbang in examples
Date: Fri, 25 Nov 2016 00:29:41 +0100
To: "damian [...] conway.org via RT" <bug-Class-Multimethods [...] rt.cpan.org>
From: Florian Schlichting <fsfs [...] debian.org>
Show quoted text
Hi Damian, Show quoted text
> I'm concerned about using /usr/bin/perl > as so many people now use perlbrew to install > more recent Perl's over the top of the system Perl. > > As far as Debian is concerned, would it be acceptable > to make the shebang lines: > > #!/usr/bin/env perl -w > > That way the script picks up whichever Perl the user normally uses. > > Would that work for you?
sure, that should work as well. I believe Jay's primary concern was lacking shebang lines or ones specifying a nonexistant interpreter. My concern was a Debian package carrying a patch for over a decade that should really be incorporated upstream... Florian