fix Test::More version used, for done_testing
[catagits/Web-Simple.git] / t / dispatch_misc.t
index 0c27413..88ddf5d 100644 (file)
@@ -2,7 +2,7 @@ use strict;
 use warnings FATAL => 'all';
 no warnings::illegalproto;
 
-use Test::More;
+use Test::More 0.88;
 
 use HTTP::Request::Common qw(GET POST);
 use Web::Dispatch;