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


The following commit has been merged in the master branch:
commit 705d3734a609e4cbb4f5cb9df44e376828b16b35
Author: Tomas Doran <bobtfish at bobtfish.net>
Date:   Sun Apr 15 16:26:25 2012 +0100

    Clearer naming

diff --git a/lib/Log/Stash.pm b/lib/Log/Stash.pm
index 12884a0..59810a7 100644
--- a/lib/Log/Stash.pm
+++ b/lib/Log/Stash.pm
@@ -42,7 +42,7 @@ sub build_chain {
                 $self->output_options,
                 class => $self->output,
             );
-            filter fil => (
+            filter filter => (
                 $self->filter_options,
                 class => $self->filter,
                 output_to => 'out',
@@ -50,7 +50,7 @@ sub build_chain {
             input in => (
                 $self->input_options,
                 class => $self->input,
-                output_to => 'fil',
+                output_to => 'filter',
             );
         };
 }

-- 
libmessage-passing-perl Debian packaging



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