From: gfx Date: Mon, 22 Feb 2010 05:39:44 +0000 (+0900) Subject: Skip tests for strict constructor on Moose X-Git-Tag: 0.50_03~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=7fc1f782a03cad730507528abb9707a107b8eba8;hp=2e73a65cd1979ba31f6b100a1b7ae6710a3241c9 Skip tests for strict constructor on Moose --- diff --git a/t/001_mouse/068-strict-constructor.t b/t/001_mouse/068-strict-constructor.t index 801118c..d95e07f 100644 --- a/t/001_mouse/068-strict-constructor.t +++ b/t/001_mouse/068-strict-constructor.t @@ -2,6 +2,8 @@ use strict; use warnings; +use if 'Mouse' eq 'Moose', + 'Test::More' => skip_all => 'Moose does nots support strict constructor'; use Test::More; use Test::Exception;