[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:57:52 UTC 2013
The following commit has been merged in the master branch:
commit c391cd58e23bb21cfc19c60e17dda7168db692c8
Author: Tomas Doran <bobtfish at bobtfish.net>
Date: Thu Sep 27 14:59:27 2012 +0100
Fix test fail
diff --git a/Changes b/Changes
index 64b0920..e9a486b 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+ - Fix test fail on some machines.
+
0.107
- Change Input::FileTail to use Sys::Hostname::Long
diff --git a/t/filter_tologstash.t b/t/filter_tologstash.t
index 3ce49a0..101fb6b 100644
--- a/t/filter_tologstash.t
+++ b/t/filter_tologstash.t
@@ -5,7 +5,7 @@ use Data::Dumper;
use Message::Passing::Filter::ToLogstash;
use Message::Passing::Output::Test;
-use Sys::Hostname;
+use Sys::Hostname::Long;
no warnings 'redefine';
sub AnyEvent::now { 1346706534 }
--
libmessage-passing-perl Debian packaging
More information about the Pkg-perl-cvs-commits
mailing list