projects
/
dbsrgits/SQL-Translator-2.0-ish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
891cdee
)
simple pod coverage test
Justin Hunter [Tue, 22 Sep 2009 01:05:14 +0000 (18:05 -0700)]
t/01pod.t
[new file with mode: 0644]
patch
|
blob
diff --git a/t/01pod.t
b/t/01pod.t
new file mode 100644
(file)
index 0000000..
ddc2905
--- /dev/null
+++ b/
t/01pod.t
@@ -0,0
+1,6
@@
+use Test::More;
+
+eval "use Test::Pod 1.14";
+plan skip_all => 'Test::Pod 1.14 required' if $@;
+
+all_pod_files_ok();