From: Yuval Kogman Date: Sun, 7 Sep 2008 23:17:35 +0000 (+0000) Subject: fix errorneous planning (no_plan doesn't take args) X-Git-Tag: 0.58~46 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6ae4614cc42fa5cba90b9565e3a2796a649e9356;p=gitmo%2FMoose.git fix errorneous planning (no_plan doesn't take args) --- diff --git a/t/600_todo_tests/005_moose_and_threads.t b/t/600_todo_tests/005_moose_and_threads.t index 112e7bd..7ccd607 100644 --- a/t/600_todo_tests/005_moose_and_threads.t +++ b/t/600_todo_tests/005_moose_and_threads.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More no_plan => 1; +use Test::More 'no_plan'; use Test::Exception;