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


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

    Role::Tiny doesn't work with old versions of Exporter

diff --git a/t/exporter-roleconflict.t b/t/exporter-roleconflict.t
index 3c4f385..f7fcf9c 100644
--- a/t/exporter-roleconflict.t
+++ b/t/exporter-roleconflict.t
@@ -8,7 +8,8 @@ Tests exporting to two roles; tries to avoid reporting conflicts.
 
 =head1 DEPENDENCIES
 
-Requires L<Role::Tiny> 1.000000; test skipped otherwise.
+Requires L<Exporter> 5.59 and L<Role::Tiny> 1.000000;
+test skipped otherwise.
 
 =head1 AUTHOR
 
@@ -31,6 +32,7 @@ use strict;
 use warnings;
 use lib qw( ./lib ./t/lib ../inc ./inc );
 
+use Test::Requires { "Exporter"   => 5.59 };
 use Test::Requires { "Role::Tiny" => 1.000000 };
 use Test::More;
 use Test::Fatal;

-- 
libtype-tiny-perl Debian packaging



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