File: path-for-interpreter.patch

package info (click to toggle)
libbenchmark-timer-perl 0.7107-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 296 kB
  • ctags: 188
  • sloc: perl: 2,512; makefile: 8
file content (13 lines) | stat: -rw-r--r-- 421 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Change the path for interpreter in delta.pl
Forwarded: not-needed
Author: Lucas Kanashiro <kanashiro.duarte@gmail.com>
Last-Update: 2015-08-20

--- a/delta.pl
+++ b/delta.pl
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl -w
+#!/usr/bin/perl -w
 # ========================================================================
 # delta.pl - calculate Benchmark::Timer object call overhead
 # Andrew Ho (andrew@zeuscat.com)