X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F600_todo_tests%2F005_moose_and_threads.t;h=7ccd60787fbb090d2deaca5fc5c34c1b8b527237;hb=27f4baaf71c8a8463be903cc02a4e891fcc69022;hp=4c77671dda150d068101bb5e98b86a75e3c87bcf;hpb=68b6146c1c7074aea0737301d7dfa00b1ffeebf1;p=gitmo%2FMoose.git diff --git a/t/600_todo_tests/005_moose_and_threads.t b/t/600_todo_tests/005_moose_and_threads.t index 4c77671..7ccd607 100644 --- a/t/600_todo_tests/005_moose_and_threads.t +++ b/t/600_todo_tests/005_moose_and_threads.t @@ -3,12 +3,10 @@ use strict; use warnings; -use Test::More no_plan => 1; +use Test::More 'no_plan'; use Test::Exception; -BEGIN { - use_ok('Moose'); -} + =pod