From bb5f3ff85f26c51cd7552ba9b07f1d38e3e3dc05 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 4 Jul 2009 00:58:31 +0200 Subject: Added POD validity tests --- test/simplestore.t | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/simplestore.t b/test/simplestore.t index 9c16f84..3c35f83 100755 --- a/test/simplestore.t +++ b/test/simplestore.t @@ -1,11 +1,14 @@ #!/usr/bin/env perl use strict; use warnings; -use Test::More tests => 7; +use Pod::Checker; +use Test::More tests => 8; my $testfile = "/tmp/simplestore-test-$$"; my $hash; +is(podchecker('lib/Simplestore.pm'), 0, "Valid POD"); + BEGIN {use_ok('Simplestore')} require_ok('Simplestore'); -- cgit v1.2.3