X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F000_load.t;h=9cb0512c087b2b954c8dcd1379686f4a21554c7c;hb=ef487af73b144341c8fd2e4640b93d395dc414ed;hp=298e89cdc347a7a403b3a4ec7a47526c34557d25;hpb=fcd84ca90cb39d34c25a5731fecb919b19c46afa;p=gitmo%2FMoose.git diff --git a/t/000_load.t b/t/000_load.t index 298e89c..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'); -} \ No newline at end of file + use_ok('Moose'); +} + +done_testing;