X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fclassmethod.t;fp=t%2Fclassmethod.t;h=1b27a7f1d2134460698edc8db239582116f55c34;hb=7487778ddbf9f90fff70a7efdee64b579200922c;hp=f928fd55ac48f4bbf5a1a28e80880f215033d089;hpb=f3da9c71d44b0447dd0fc8a7d7b635bc2a50313d;p=p5sagit%2Flocal-lib.git diff --git a/t/classmethod.t b/t/classmethod.t index f928fd5..1b27a7f 100644 --- a/t/classmethod.t +++ b/t/classmethod.t @@ -1,7 +1,8 @@ use strict; use warnings; -use Test::More 'no_plan'; +use Test::More tests => 4;; + use local::lib ();