Fixed pod coverage test and added a line to Changes making clear that the file format...
rkinyon [Mon, 24 Sep 2007 19:41:06 +0000 (19:41 +0000)]
Changes
t/99_pod_coverage.t

diff --git a/Changes b/Changes
index 0c3c432..d32ae34 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,7 @@
 Revision history for DBM::Deep.
 
 1.0009_01 Sep 24 14:00:00 2007 EDT
+    - THIS VERSION IS INCOMPATIBLE WITH FILES FROM ALL OTHER PRIOR VERSIONS.
     - Further fixes for unshift/shift/splice and references (RT# 29583)
     - To fix that, I had to put support for real references in.
       - the 16 and 22 tests are now re-enabled.
index 0fd3457..12009e4 100644 (file)
@@ -3,11 +3,13 @@
 
 use strict;
 
-use Test::More tests => 1;
+use Test::More;
 
 eval "use Test::Pod::Coverage 1.04";
 plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@;
 
+plan tests => 1;
+
 # I don't know why TYPE_ARRAY isn't being caught and TYPE_HASH is.
 my @private_methods = qw(
     TYPE_ARRAY