On 24 August 2012 10:20, Guillaume Rousse <[email protected]> wrote: >>>> How do you propose to resolve all that? >>> >>> >>> By calling /usr/bin/perl directly... >> >> >> What? I don't understand. Do you mean that the Perl programs should have >> "#!/usr/bin/perl" as their sha-bang? (Which will require either >> postprocessing them or tweaking their installer.) > > Yes, packaged perl programs should use an unversionned shebang, which is the > case for the large majority of them.
We could clean that in spec-helper. Along "#!/bin/env perl|python|tcl" => "#!/usr/bin/perl" too.
