File: shebang_examples.patch

package info (click to toggle)
libtk-gbarr-perl 2.08-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 240 kB
  • ctags: 197
  • sloc: perl: 1,875; makefile: 26
file content (45 lines) | stat: -rw-r--r-- 1,119 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
--- libtk-gbarr-perl.orig/examples/cloth
+++ libtk-gbarr-perl/examples/cloth
@@ -1,5 +1,5 @@
 # Object-oriented Canvas.
-#!/usr/local/bin/perl -w
+#!/usr/bin/perl -w
 use strict;
 use Tk qw(Ev);
 use Tk::Cloth;
--- libtk-gbarr-perl.orig/examples/firebutton
+++ libtk-gbarr-perl/examples/firebutton
@@ -1,5 +1,5 @@
 # Button with "repeat" effect.
-#!/usr/local/bin/perl -w
+#!/usr/bin/perl -w
 use strict;
 use Tk;
 use Tk::FireButton;
--- libtk-gbarr-perl.orig/examples/numentry
+++ libtk-gbarr-perl/examples/numentry
@@ -1,5 +1,5 @@
 # Entry for entering numeric values.
-#!/usr/local/bin/perl -w
+#!/usr/bin/perl -w
 use strict;
 use Tk;
 use Tk::NumEntry;
--- libtk-gbarr-perl.orig/examples/numentryplain
+++ libtk-gbarr-perl/examples/numentryplain
@@ -1,5 +1,5 @@
 # Entry for entering numeric values, plain version.
-#!/usr/local/bin/perl -w
+#!/usr/bin/perl -w
 use strict;
 use Tk;
 use Tk::NumEntryPlain;
--- libtk-gbarr-perl.orig/examples/tframe
+++ libtk-gbarr-perl/examples/tframe
@@ -1,5 +1,5 @@
 # A Titled Frame widget.
-#!/usr/local/bin/perl -w
+#!/usr/bin/perl -w
 use strict;
 use Tk;
 use Tk::TFrame;