[libtype-tiny-perl] 02/06: update test for Moo 1.006xxx

Jonas Smedegaard dr at jones.dk
Wed Oct 29 19:42:44 UTC 2014


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

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

commit ddddb79325d48518dfea5c33164f5f6f0aa83ca6
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date:   Sat Sep 6 23:52:51 2014 +0100

    update test for Moo 1.006xxx
---
 t/30-integration/Moo/exceptions.t | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/t/30-integration/Moo/exceptions.t b/t/30-integration/Moo/exceptions.t
index 3d0d163..a4f5e97 100644
--- a/t/30-integration/Moo/exceptions.t
+++ b/t/30-integration/Moo/exceptions.t
@@ -34,7 +34,8 @@ use Test::Requires { "Moo" => "1.002001" };
 BEGIN {
 	require Method::Generate::Accessor;
 	"Method::Generate::Accessor"->can("_SIGDIE")
-		or plan skip_all => "Method::Generate::Accessor cannot _SIGDIE!!!";
+		or "Moo"->VERSION =~ /^1\.006/
+		or plan skip_all => "Method::Generate::Accessor exception support seems missing!!!";
 };
 
 {

-- 
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