depend on the version of Test::More that added done_testing
Karen Etheridge [Wed, 8 May 2013 22:46:00 +0000 (15:46 -0700)]
xt/pod.t

index 6b76a4a..6c91946 100644 (file)
--- a/xt/pod.t
+++ b/xt/pod.t
@@ -1,4 +1,4 @@
-use Test::More;
+use Test::More 0.88;
 use Test::Pod;
 use Test::Pod::Coverage;
 use strict;