From: Dave Rolsky Date: Fri, 27 Mar 2009 20:48:54 +0000 (-0500) Subject: and a little more X-Git-Tag: 0.73_01~54 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=01ed583a36c078de11d4278cf0f129121cff326d;p=gitmo%2FMoose.git and a little more --- diff --git a/t/040_type_constraints/022_custom_type_errors.t b/t/040_type_constraints/022_custom_type_errors.t index 32bcfbc..f9ddf6f 100644 --- a/t/040_type_constraints/022_custom_type_errors.t +++ b/t/040_type_constraints/022_custom_type_errors.t @@ -25,9 +25,7 @@ use Test::Exception; isa => 'NaturalLessThanTen', lazy => 1, default => 0, - ); - } lives_ok { my $goat = Animal->new( leg_count => 4 ) }