test pod
authorDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 28 Dec 2004 04:06:29 +0000 (04:06 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 28 Dec 2004 04:06:29 +0000 (04:06 +0000)
git-svn-id: file:///home/dpavlin/svn/Biblio-Isis/trunk@5 4670fa4d-42ec-0310-ab5b-a66af6943492

t/999_pod.t [new file with mode: 0755]

diff --git a/t/999_pod.t b/t/999_pod.t
new file mode 100755 (executable)
index 0000000..9ab0e16
--- /dev/null
@@ -0,0 +1,13 @@
+#!/usr/bin/perl
+
+use strict;
+use warnings;
+
+use Test::More;
+eval "use Test::Pod 1.00";
+plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
+
+plan tests => 1;
+
+pod_file_ok("IsisDB.pm");
+