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


The following commit has been merged in the master branch:
commit 003a28ebd83d2c78bda52fa098561e316f54abcd
Author: Tomas Doran <bobtfish at bobtfish.net>
Date:   Wed Sep 12 23:58:42 2012 +0100

    Remove debug warning accidentally left in the UDP input

diff --git a/Changes b/Changes
index cb2b661..3ba74a1 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+  - Remove debug warning accidentally left in the UDP input.
+
 0.105
   - Depend on latest MooX::Options to stop install fails.
 
diff --git a/lib/Message/Passing/Input/Socket/UDP.pm b/lib/Message/Passing/Input/Socket/UDP.pm
index 4eddd51..f895495 100644
--- a/lib/Message/Passing/Input/Socket/UDP.pm
+++ b/lib/Message/Passing/Input/Socket/UDP.pm
@@ -45,7 +45,6 @@ sub _build_handle {
         on_recv => sub {
             my ($data, $h, $from_addr) = @_;
             # The output can optionally drop from addr.
-            warn "SEND $data";
             $self->_send_data($data, $from_addr);
         },
         on_error => sub {

-- 
libmessage-passing-perl Debian packaging



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