[Rt-commit] r19363 - rt/3.8/trunk/t
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Wed Apr 29 02:29:13 EDT 2009
Author: sunnavy
Date: Wed Apr 29 02:29:12 2009
New Revision: 19363
Added:
rt/3.8/trunk/t/pod.t
Log:
add pod tests
Added: rt/3.8/trunk/t/pod.t
==============================================================================
--- (empty file)
+++ rt/3.8/trunk/t/pod.t Wed Apr 29 02:29:12 2009
@@ -0,0 +1,7 @@
+use strict;
+use warnings;
+
+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();
More information about the Rt-commit
mailing list