From: Arthur Axel 'fREW' Schmidt Date: Sat, 5 Sep 2009 22:02:12 +0000 (-0500) Subject: skip meta tests for 040 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=450a0b6c27d4010f6ce876e4e67020db8d2d9e2d;p=gitmo%2FMoose.git skip meta tests for 040 --- diff --git a/t/040_type_constraints/025_type_coersion_on_lazy_attributes.t b/t/040_type_constraints/025_type_coersion_on_lazy_attributes.t index 3af0b5c..9b3142e 100644 --- a/t/040_type_constraints/025_type_coersion_on_lazy_attributes.t +++ b/t/040_type_constraints/025_type_coersion_on_lazy_attributes.t @@ -3,7 +3,13 @@ use strict; use warnings; -use Test::More tests => 2; +use lib 't/lib'; + +use Test::More; + +use MetaTest; + +skip_all_meta 2; { package SomeClass;