X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=xt%2Fpod_syntax.t;fp=xt%2Fpod_syntax.t;h=4e9b25a0ecd9250fad4346931d39859e66275f50;hb=cc645e6199e971648826645d44c6e4c5ae7db72f;hp=0000000000000000000000000000000000000000;hpb=0effd05f2e344651214c390ed5e078f46eba0dc6;p=p5sagit%2FClass-Accessor-Grouped.git diff --git a/xt/pod_syntax.t b/xt/pod_syntax.t new file mode 100644 index 0000000..4e9b25a --- /dev/null +++ b/xt/pod_syntax.t @@ -0,0 +1,9 @@ +use strict; +use warnings; +use Test::More; +BEGIN { + eval 'use Test::Pod 1.00; 1' + or plan skip_all => 'Test::Pod 1.00 not installed'; +} + +all_pod_files_ok();