[libtype-tiny-perl] 09/46: I want these tests to run with Moo 1.000000

Jonas Smedegaard dr at jones.dk
Fri Sep 12 18:48:02 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 7d3be4a8cfa32fb4c3bcba34271c243187c96851
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date:   Wed Aug 27 20:18:30 2014 +0100

    I want these tests to run with Moo 1.000000
---
 t/30-integration/Moo/basic.t     | 4 ++--
 t/30-integration/Moo/coercion.t  | 4 ++--
 t/30-integration/Moo/inflation.t | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/t/30-integration/Moo/basic.t b/t/30-integration/Moo/basic.t
index 091b304..fc091c2 100644
--- a/t/30-integration/Moo/basic.t
+++ b/t/30-integration/Moo/basic.t
@@ -11,7 +11,7 @@ and should fail; checks error messages.
 
 Uses the bundled BiggerLib.pm type library.
 
-Test is skipped if Moo 1.001000 is not available.
+Test is skipped if Moo 1.000000 is not available.
 
 =head1 AUTHOR
 
@@ -31,7 +31,7 @@ use warnings;
 use lib qw( ./lib ./t/lib ../inc ./inc );
 
 use Test::More;
-use Test::Requires { Moo => 1.001000 };
+use Test::Requires { Moo => 1.000000 };
 use Test::Fatal;
 
 {
diff --git a/t/30-integration/Moo/coercion.t b/t/30-integration/Moo/coercion.t
index 2e583ac..d8c973a 100644
--- a/t/30-integration/Moo/coercion.t
+++ b/t/30-integration/Moo/coercion.t
@@ -10,7 +10,7 @@ Check coercions work with L<Moo>.
 
 Uses the bundled BiggerLib.pm type library.
 
-Test is skipped if Moo 1.001000 is not available.
+Test is skipped if Moo 1.000000 is not available.
 
 =head1 AUTHOR
 
@@ -30,7 +30,7 @@ use warnings;
 use lib qw( ./lib ./t/lib ../inc ./inc );
 
 use Test::More;
-use Test::Requires { Moo => 1.001000 };
+use Test::Requires { Moo => 1.000000 };
 use Test::Fatal;
 
 {
diff --git a/t/30-integration/Moo/inflation.t b/t/30-integration/Moo/inflation.t
index 80e7588..13c235a 100644
--- a/t/30-integration/Moo/inflation.t
+++ b/t/30-integration/Moo/inflation.t
@@ -12,7 +12,7 @@ calls back to Type::Tiny to build Moose type constraints.
 
 Uses the bundled BiggerLib.pm type library.
 
-Test is skipped if Moo 1.001000 is not available. Test is redundant if
+Test is skipped if Moo 1.000000 is not available. Test is redundant if
 Moose 2.0000 is not available.
 
 =head1 AUTHOR
@@ -33,7 +33,7 @@ use warnings;
 use lib qw( ./lib ./t/lib ../inc ./inc );
 
 use Test::More;
-use Test::Requires { Moo => 1.001000 };
+use Test::Requires { Moo => 1.000000 };
 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