X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=t%2F001_mouse%2F068-strict-constructor.t;h=d95e07fe2bf492cdc7a213b6f8a599a7525d319a;hp=801118c07fc63e655d73d99262d909c238c8e480;hb=7fc1f782a03cad730507528abb9707a107b8eba8;hpb=2e73a65cd1979ba31f6b100a1b7ae6710a3241c9 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;