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


The following commit has been merged in the master branch:
commit 0e6d03a2e68a7d568a500dfab9385fa2c01ea9df
Author: Tomas Doran <bobtfish at bobtfish.net>
Date:   Sun Aug 12 16:49:07 2012 +0100

    Fix Pod tests

diff --git a/lib/Message/Passing.pm b/lib/Message/Passing.pm
index 76d2bfe..11e2582 100644
--- a/lib/Message/Passing.pm
+++ b/lib/Message/Passing.pm
@@ -5,7 +5,7 @@ use Config::Any;
 use Message::Passing::Role::CLIComponent;
 use Message::Passing::DSL;
 use Carp qw/ confess /;
-use namespace::clean -except => [qw/ meta new_with_options has /];
+use namespace::clean -except => [qw/ meta has /];
 use 5.8.4;
 
 our $VERSION = '0.100';
diff --git a/t/author/podcoverage.t b/t/author/podcoverage.t
index 08c6ed2..70eaf86 100644
--- a/t/author/podcoverage.t
+++ b/t/author/podcoverage.t
@@ -9,7 +9,7 @@ my @modules = all_modules;
 our @private = ( 'BUILD' );
 foreach my $module (@modules) {
     local @private = (@private, 'expand_class_name', 'make', 'set_error', 'registry_get', 'registry_set', 'registry_has', 'error') if $module =~ /^Message::Passing::DSL::Factory$/;
-    local @private = (@private, qw/get_config_from_file new_with_config configfile decoder encoder error filter output/) if $module =~ /^Message::Passing$/;
+    local @private = (@private, qw/get_config_from_file new_with_options configfile decoder encoder error filter output/) if $module =~ /^Message::Passing$/;
     local @private = (@private, 'make_variant') if $module =~ /^Message::Passing::Role::CLIComponent$/;
 
     pod_coverage_ok($module, {

-- 
libmessage-passing-perl Debian packaging



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