X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F400_moose_util%2F001_moose_util.t;h=367d43ab0787867df349ff482b07ea635eabd05b;hb=be0ed15704fdad5f2d8517380a6f24687432c1dd;hp=1f08fb5ebbdef448cc5139daf1dc4bd1a01dafae;hpb=e59a5c292a333cac504b65ebd4bba20b5e98d796;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;