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 );
|