[libtype-tiny-perl] 31/46: ok, I'm going to punt on remotely debugging this one

Jonas Smedegaard dr at jones.dk
Fri Sep 12 18:48:04 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a commit to tag 1.001_000
in repository libtype-tiny-perl.

commit 26b7eed70e9c743e64f3f62d64c2811d24edf16c
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date:   Sun Sep 7 14:52:35 2014 +0100

    ok, I'm going to punt on remotely debugging this one
    
    --HG--
    extra : source : 9acfe91f95dae806ad6bc46e88e2a5b85e24fe19
---
 t/20-unit/Type-Parser/moosextypes.t   | 4 +++-
 t/20-unit/Type-Registry/moosextypes.t | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/t/20-unit/Type-Parser/moosextypes.t b/t/20-unit/Type-Parser/moosextypes.t
index 435964a..7de1c91 100644
--- a/t/20-unit/Type-Parser/moosextypes.t
+++ b/t/20-unit/Type-Parser/moosextypes.t
@@ -8,7 +8,8 @@ Checks Type::Parser can pick up MooseX::Types type constraints.
 
 =head1 DEPENDENCIES
 
-Requires MooseX::Types::Common 0.001004; skipped otherwise.
+Requires L<Moose> 2.0600 and L<MooseX::Types::Common> 0.001004;
+skipped otherwise.
 
 =head1 AUTHOR
 
@@ -28,6 +29,7 @@ use warnings;
 use lib qw( ./lib ./t/lib ../inc ./inc );
 
 use Test::More;
+use Test::Requires { 'Moose' => '2.0600' };
 use Test::Requires { 'MooseX::Types::Common' => '0.001004' };
 use Test::TypeTiny;
 use Test::Fatal;
diff --git a/t/20-unit/Type-Registry/moosextypes.t b/t/20-unit/Type-Registry/moosextypes.t
index 5ee82ee..d7f21aa 100644
--- a/t/20-unit/Type-Registry/moosextypes.t
+++ b/t/20-unit/Type-Registry/moosextypes.t
@@ -8,7 +8,8 @@ Checks Type::Registry works with MooseX::Types.
 
 =head1 DEPENDENCIES
 
-Requires L<MooseX::Types::Common> 0.001004; skipped otherwise.
+Requires L<Moose> 2.0600 and L<MooseX::Types::Common> 0.001004; 
+kipped otherwise.
 
 =head1 AUTHOR
 
@@ -28,6 +29,7 @@ use warnings;
 use lib qw( ./lib ./t/lib ../inc ./inc );
 
 use Test::More;
+use Test::Requires { 'Moose' => '2.0600' };
 use Test::Requires { 'MooseX::Types::Common' => '0.001004' };
 use Test::TypeTiny;
 use Test::Fatal;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtype-tiny-perl.git



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