File: fix-perl-path.patch

package info (click to toggle)
libxml-dumper-perl 0.81-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 240 kB
  • sloc: perl: 535; xml: 12; makefile: 8
file content (16 lines) | stat: -rw-r--r-- 512 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Corrected perl path of profile script shipped in doc/examples.
 This patch was created while migrating the package to the 3.0 (quilt) source format.
 The change was originally made by Florian Hinzmann <fh@debian.org> in package version 0.79-1.

Origin: vendor
Forwarded: not-needed
Last-Update: 2023-08-04

--- libxml-dumper-perl-0.81.orig/profile
+++ libxml-dumper-perl-0.81/profile
@@ -1,4 +1,4 @@
-#! /usr/local/bin/perl
+#! /usr/bin/perl
 
 use XML::Dumper;
 use Benchmark qw( timeit timestr );