X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F400_moose_util%2F001_moose_util.t;fp=t%2F400_moose_util%2F001_moose_util.t;h=367d43ab0787867df349ff482b07ea635eabd05b;hb=a28e50e44945358d15eb19e4688573741a319fe0;hp=1f08fb5ebbdef448cc5139daf1dc4bd1a01dafae;hpb=1b806c9945d6c57dca3805ae7924571df08aec03;p=gitmo%2FMoose.git diff --git a/t/400_moose_util/001_moose_util.t b/t/400_moose_util/001_moose_util.t index 1f08fb5..367d43a 100644 --- a/t/400_moose_util/001_moose_util.t +++ b/t/400_moose_util/001_moose_util.t @@ -3,8 +3,10 @@ use strict; use warnings; -use Test::More tests => 1; +use Test::More; BEGIN { use_ok('Moose::Util'); -} \ No newline at end of file +} + +done_testing;