From: Chris Prather Date: Fri, 27 Mar 2009 21:10:45 +0000 (-0400) Subject: 21:09 < Sartak> no_plan is the worst X-Git-Tag: 0.73_01~45^2~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e2af7d26c93291385e7c20cef379ad371bb20563;p=gitmo%2FMoose.git 21:09 < Sartak> no_plan is the worst --- diff --git a/t/040_type_constraints/034_duck_types.t b/t/040_type_constraints/034_duck_types.t index a402ddb..87aca90 100644 --- a/t/040_type_constraints/034_duck_types.t +++ b/t/040_type_constraints/034_duck_types.t @@ -2,7 +2,7 @@ use strict; use warnings; -use Test::More qw(no_plan); +use Test::More tests => 4; use Test::Exception; {