[DBD::Pg] Correct the number of .pm files we skip for this test.

dbdpg-commits-gENoVmVU/[email protected] Sun, 22 Sep 2013 13:13:34 -0400
Newsgroups gmane.comp.db.postgresql.dbdpg.cvs
Message-ID <[email protected]>
Committed by Greg Sabino Mullane <greg-O9fzpki4YnJWk0Htik3J/[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