Add explicit dependency on Test::More 0.89
[p5sagit/Sub-Exporter-Progressive.git] / t / all.t
diff --git a/t/all.t b/t/all.t
index 9751d0e..2421633 100644 (file)
--- a/t/all.t
+++ b/t/all.t
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-use Test::More;
+use Test::More 0.89;
 use List::Util 'first';
 use lib 't/lib';
 use A::JunkAll;