File: 01-fix_perl_path.patch

package info (click to toggle)
libgetopt-tabular-perl 0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 164 kB
  • ctags: 39
  • sloc: perl: 849; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 347 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Fix interpreter line
Author: David Paleino <dapal@debian.org>
Origin: vendor
Forwarded: not-needed
Last-Update: 2014-04-10
--- a/demo
+++ b/demo
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl5 -w
+#!/usr/bin/perl -w
 
 # Example program for the Getopt::Tabular package.  See Getopt/Tabular.pod
 # for detailed explanation of How Things Work.