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 <[email protected]> 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 _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
