[libtype-tiny-perl] 27/46: update test for Moo 1.006xxx

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 87cd2e0bd214dd0319f8434e81a89fa8fde766cc
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date:   Sat Sep 6 23:52:51 2014 +0100

    update test for Moo 1.006xxx
    
    --HG--
    extra : source : 775de10103713b165984ea4a73babbe2fa65cd31
---
 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