Files
perl-CPANPLUS/perl-CPANPLUS-cpanp-run-perl-add_missing_shebang.patch

8 lines
231 B
Diff

--- bin/cpanp-run-perl.orig 2011-11-11 16:09:11.791000857 +0100
+++ bin/cpanp-run-perl 2011-11-11 16:09:20.957000856 +0100
@@ -1,3 +1,4 @@
+#!/usr/bin/perl
use strict;
BEGIN {
my $old = select STDERR; $|++; # turn on autoflush