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


The following commit has been merged in the master branch:
commit 29258a82f7c3680a2590e6b208096ae4f404172f
Author: Tomas Doran <bobtfish at bobtfish.net>
Date:   Sat Jul 21 14:44:59 2012 +0100

    Fix Pod coverage

diff --git a/lib/Message/Passing/Output/Test.pm b/lib/Message/Passing/Output/Test.pm
index 3989288..8a7e6f3 100644
--- a/lib/Message/Passing/Output/Test.pm
+++ b/lib/Message/Passing/Output/Test.pm
@@ -38,6 +38,14 @@ Message::Passing::Output::Test - Output for use in unit tests
     You only want this if you're writing tests...
     See the current tests for examples..
 
+=head1 METHODS
+
+=head2 messages
+
+=head2 consume_test
+
+=head1 message_count
+
 =head1 SEE ALSO
 
 L<Message::Passing>
diff --git a/t/author/podcoverage.t b/t/author/podcoverage.t
index 402a311..df51ea3 100644
--- a/t/author/podcoverage.t
+++ b/t/author/podcoverage.t
@@ -8,8 +8,9 @@ use Test::Pod::Coverage 1.04;
 my @modules = all_modules;
 our @private = ( 'BUILD' );
 foreach my $module (@modules) {
-    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$/;
+    local @private = (@private, 'expand_class_name', 'make', 'set_error', 'registry_get', 'registry_set', 'registry_has') if $module =~ /^Message::Passing::DSL::Factory$/;
+    local @private = (@private, 'get_config_from_file', 'new_with_config') if $module =~ /^Message::Passing$/;
+    local @private = (@private, 'make_variant') if $module =~ /^Message::Passing::Role::CLIComponent$/;
 
     pod_coverage_ok($module, {
         also_private   => \@private,

-- 
libmessage-passing-perl Debian packaging



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