[SCM] Debian native package for Config::Model::Dpkg branch, master, updated. debian/2.036-25-g9af236a

Dominique Dumont dod at debian.org
Mon May 27 12:10:32 UTC 2013


The following commit has been merged in the master branch:
commit 9af236a167aad2ccf13d45961b439cca1a5aa28e
Author: Dominique Dumont <dod at debian.org>
Date:   Mon May 27 14:10:22 2013 +0200

    run pod.t only during author tests

diff --git a/t/pod.t b/t/pod.t
index fec6832..ceb6fbf 100644
--- a/t/pod.t
+++ b/t/pod.t
@@ -1,8 +1,12 @@
-# -*- cperl -*-
+BEGIN {
+  unless ($ENV{AUTHOR_TESTING}) {
+    require Test::More;
+    Test::More::plan(skip_all => 'these tests are for testing by the author');
+  }
+}
 
 use strict;
 use Test::More;
 eval "use Test::Pod 1.00";
 plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
-my @poddirs = qw( lib config-model-edit );
-all_pod_files_ok( all_pod_files( @poddirs ) );
+all_pod_files_ok( );

-- 
Debian native package for Config::Model::Dpkg



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