[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:44 UTC 2013


The following commit has been merged in the master branch:
commit dfa5702160df9d5437be96967d6e0934938843b8
Author: Tomas Doran <bobtfish at bobtfish.net>
Date:   Mon Sep 3 22:50:25 2012 +0100

    Fix case

diff --git a/lib/Message/Passing/Filter/ToLogstash.pm b/lib/Message/Passing/Filter/ToLogstash.pm
index 15ddac2..0a0c3d3 100644
--- a/lib/Message/Passing/Filter/ToLogstash.pm
+++ b/lib/Message/Passing/Filter/ToLogstash.pm
@@ -1,4 +1,4 @@
-package Message::Passing::Filter::ToLogStash;
+package Message::Passing::Filter::ToLogstash;
 use Moo;
 use MooX::Types::MooseLike::Base qw/ ArrayRef /;
 use List::MoreUtils qw/ uniq /;
diff --git a/t/filter_tologstash.t b/t/filter_tologstash.t
index 717aa2b..3ce49a0 100644
--- a/t/filter_tologstash.t
+++ b/t/filter_tologstash.t
@@ -3,7 +3,7 @@ use warnings;
 use Test::More;
 use Data::Dumper;
 
-use Message::Passing::Filter::ToLogStash;
+use Message::Passing::Filter::ToLogstash;
 use Message::Passing::Output::Test;
 use Sys::Hostname;
 
@@ -47,7 +47,7 @@ my @data = (
 foreach my $datum (@data) {
     my ($name, $input, $exp) = @$datum;
     my $out = Message::Passing::Output::Test->new;
-    my $in = Message::Passing::Filter::ToLogStash->new(
+    my $in = Message::Passing::Filter::ToLogstash->new(
         output_to => $out,
     );
     $in->consume($input);

-- 
libmessage-passing-perl Debian packaging



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