Committed by Greg Sabino Mullane <[email protected]>

Correct the number of .pm files we skip for this test.

---
 t/99_pod.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/t/99_pod.t b/t/99_pod.t
index aee11f3..2a63652 100644
--- a/t/99_pod.t
+++ b/t/99_pod.t
@@ -35,7 +35,7 @@ t/lib/App/Info/RDBMS.pm
 
 SKIP: {
        if ($@ or $Test::Pod::VERSION < $PODVERSION) {
-               skip ("Test::Pod $PODVERSION is required", 2);
+               skip ("Test::Pod $PODVERSION is required", 9);
        }
        for my $filename (@pm_files) {
                pod_file_ok($filename);
-- 
1.7.1

Reply via email to