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


The following commit has been merged in the master branch:
commit 39bdbd50ab89f4bda92536a86f9c1a9ab3d796d7
Author: Tomas Doran <bobtfish at bobtfish.net>
Date:   Wed Jun 13 15:56:30 2012 -0500

    Fix pod tests

diff --git a/lib/Message/Passing/DSL.pm b/lib/Message/Passing/DSL.pm
index f7b2d4f..23c7910 100644
--- a/lib/Message/Passing/DSL.pm
+++ b/lib/Message/Passing/DSL.pm
@@ -229,6 +229,10 @@ The last thing in a chain - produces data which gets consumed.
 Class names will be assumed to prefixed with 'Message::Passing::Output::',
 unless you prefix the class with + e.g. C<< +My::Own::Output::Class >>
 
+=head3 error_log
+
+Setup the error logging output. Takes the same arguments as an C<< input xxx => () >> block, except without a name.
+
 =head3 run_message_server
 
 This enters the event loop and causes log events to be consumed and
diff --git a/t/author/podcoverage.t b/t/author/podcoverage.t
index 6ad5acc..402a311 100644
--- a/t/author/podcoverage.t
+++ b/t/author/podcoverage.t
@@ -8,7 +8,7 @@ use Test::Pod::Coverage 1.04;
 my @modules = all_modules;
 our @private = ( 'BUILD' );
 foreach my $module (@modules) {
-    local @private = (@private, 'expand_class_name', 'make') if $module =~ /^Message::Passing::DSL::Factory$/;
+    local @private = (@private, 'expand_class_name', 'make', 'set_error') if $module =~ /^Message::Passing::DSL::Factory$/;
     local @private = (@private, 'get_config_from_file') if $module =~ /^Message::Passing$/;
 
     pod_coverage_ok($module, {

-- 
libmessage-passing-perl Debian packaging



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