[SCM] libtype-tiny-perl Debian packaging branch, master, updated. debian/0.016-1-48-ga7f6748

Toby Inkster mail at tobyinkster.co.uk
Mon Jul 29 12:55:03 UTC 2013


The following commit has been merged in the master branch:
commit c2b8d9e685860f3411b64c1d6e59f22822714cb7
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date:   Fri Jul 19 21:06:55 2013 +0100

    this test requires Encode, which might not be available on Perl 5.6

diff --git a/t/coercions-parameterized.t b/t/coercions-parameterized.t
index 65c6f29..9f0a6bf 100644
--- a/t/coercions-parameterized.t
+++ b/t/coercions-parameterized.t
@@ -26,6 +26,7 @@ use lib qw( . ./t ../inc ./inc );
 use utf8;
 
 use Test::More;
+use Test::Requires { "Encode" => 0 };
 use Test::TypeTiny;
 
 use Encode;

-- 
libtype-tiny-perl Debian packaging



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