summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Rousse <guillomovitch@mageia.org>2012-12-06 18:58:17 +0000
committerGuillaume Rousse <guillomovitch@mageia.org>2012-12-06 18:58:17 +0000
commit53003f8a0d060ef2277bba7b9704693048e008bb (patch)
tree7cbb539c5b8121c71f004ceb37a4108e1ebcb551
parent80e161c688db4fcb7d92d90d9dea25954dfcfab4 (diff)
downloadurpmi-53003f8a0d060ef2277bba7b9704693048e008bb.tar
urpmi-53003f8a0d060ef2277bba7b9704693048e008bb.tar.gz
urpmi-53003f8a0d060ef2277bba7b9704693048e008bb.tar.bz2
urpmi-53003f8a0d060ef2277bba7b9704693048e008bb.tar.xz
urpmi-53003f8a0d060ef2277bba7b9704693048e008bb.zip
obsoleted by pod-syntax.t
-rw-r--r--t/pod.t5
1 files changed, 0 insertions, 5 deletions
diff --git a/t/pod.t b/t/pod.t
deleted file mode 100644
index df36c2b9..00000000
--- a/t/pod.t
+++ /dev/null
@@ -1,5 +0,0 @@
-#!perl
-use Test::More;
-eval "use Test::Pod 1.14";
-plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
-all_pod_files_ok();