From: rkinyon Date: Mon, 24 Sep 2007 19:41:06 +0000 (+0000) Subject: Fixed pod coverage test and added a line to Changes making clear that the file format... X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=129aa5fc427d909efa88699db54692f841c2a53d;p=dbsrgits%2FDBM-Deep.git Fixed pod coverage test and added a line to Changes making clear that the file format is incompatible --- diff --git a/Changes b/Changes index 0c3c432..d32ae34 100644 --- 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. diff --git a/t/99_pod_coverage.t b/t/99_pod_coverage.t index 0fd3457..12009e4 100644 --- a/t/99_pod_coverage.t +++ b/t/99_pod_coverage.t @@ -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