diff options
| author | franck cuny <franck.cuny@rtgi.fr> | 2009-03-11 15:01:31 +0100 |
|---|---|---|
| committer | franck cuny <franck.cuny@rtgi.fr> | 2009-03-11 15:01:31 +0100 |
| commit | e60bdcc0c5d9957ce79afdb0f61d9c9683dde262 (patch) | |
| tree | d673093a797be08ce527173f8f4028d6d2e3058a /xt/03_pod.t | |
| download | kiokudb-backend-memcachedb-e60bdcc0c5d9957ce79afdb0f61d9c9683dde262.tar.gz | |
initial commit
Diffstat (limited to '')
| -rw-r--r-- | xt/03_pod.t | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xt/03_pod.t b/xt/03_pod.t new file mode 100644 index 0000000..437887a --- /dev/null +++ b/xt/03_pod.t @@ -0,0 +1,4 @@ +use Test::More; +eval "use Test::Pod 1.00"; +plan skip_all => "Test::Pod 1.00 required for testing POD" if $@; +all_pod_files_ok(); |
