File: fix_interpreter_path.patch

package info (click to toggle)
liblingua-en-nameparse-perl 1.36-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 216 kB
  • ctags: 38
  • sloc: perl: 1,118; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 495 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Subject: Debianize interpreter path in example script
Author: Nicholas Bamber <nicholas@periapt.co.uk>
Forwarded: not-needed
Last-Update: 2011-01-04
--- a/examples/demo.pl
+++ b/examples/demo.pl
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl -w
+#!/usr/bin/perl -w
 
 # Demo script for Lingua::EN::NameParse.pm
 
@@ -106,4 +106,4 @@ J.R.R. Tolkien
 James Graham, Marquess of Montrose
 Flight Officer John Gillespie Magee
 Sir Author Conan Doyle
-Major JA Dunn
\ No newline at end of file
+Major JA Dunn