X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F000_load.t;h=9cb0512c087b2b954c8dcd1379686f4a21554c7c;hb=7e3009e797201121bf42b47fe867d8fa3d228f7f;hp=0c59d05750a68c70276e575f3e84eccc7d4e2b69;hpb=31f8ec7238071a10c5a413a01b0bdc02b26a8bbb;p=gitmo%2FMoose.git diff --git a/t/000_load.t b/t/000_load.t index 0c59d05..9cb0512 100644 --- a/t/000_load.t +++ b/t/000_load.t @@ -3,8 +3,10 @@ use strict; use warnings; -use Test::More tests => 1; +use Test::More; BEGIN { - use_ok('Moose'); + use_ok('Moose'); } + +done_testing;