[SCM] libmessage-passing-perl Debian packaging branch, master, updated. debian/0.111-3-14-g44f6e88

Tomas Doran bobtfish at bobtfish.net
Mon May 6 11:56:48 UTC 2013


The following commit has been merged in the master branch:
commit f643d64425d7cf2825afa83ce09b5e196b3cd76a
Author: Tomas Doran <bobtfish at bobtfish.net>
Date:   Thu Apr 12 21:12:19 2012 +0100

    Fix perl path to work better

diff --git a/Changes b/Changes
index f6e1561..f774560 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+    - Change logstash script to use the perl interpreter it is
+      installed with, rather than the one in $PATH right now.
+
     - Fix issue using Filter::T in the DSL
 
 0.001
diff --git a/script/logstash b/script/logstash
index ad14211..8b51a6d 100755
--- a/script/logstash
+++ b/script/logstash
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!perl
 use FindBin qw/ $Bin /;
 use lib "$Bin/../lib"; # FIXME
 use strict;

-- 
libmessage-passing-perl Debian packaging



More information about the Pkg-perl-cvs-commits mailing list