move this make dependency from postamble to "depends" attribute
[p5sagit/Devel-Declare.git] / t / proto.t
index bf13c92..506677e 100644 (file)
--- a/t/proto.t
+++ b/t/proto.t
@@ -1,6 +1,6 @@
 use strict;
 use warnings;
-use Test::More;
+use Test::More 0.88;
 
 sub fun :lvalue { return my $sv; }