From: Yuval Kogman Date: Sun, 7 Sep 2008 23:18:15 +0000 (+0000) Subject: fix errorneous planning (no_plan doesn't take args) X-Git-Tag: 0.58~45 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3777489bfe128af0081d468a5eba9a248b93b9bb;p=gitmo%2FMoose.git fix errorneous planning (no_plan doesn't take args) --- diff --git a/t/100_bugs/017_type_constraint_messages.t b/t/100_bugs/017_type_constraint_messages.t index 6740e81..0f18e53 100644 --- a/t/100_bugs/017_type_constraint_messages.t +++ b/t/100_bugs/017_type_constraint_messages.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More no_plan => 1; +use Test::More "no_plan"; use Test::Exception;