X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=xt%2F90pod.t;h=2deaaab51d298f13d1a18c9b4401f3cbbb2e1781;hb=2c05664d11c07292b015a66020235ef2bc17dfc2;hp=57b8782f8931789a0085ee9b2705c676951c1216;hpb=428975b0e646c0769d7eb530d4f52443471a9a9a;p=dbsrgits%2FSQL-Abstract.git diff --git a/xt/90pod.t b/xt/90pod.t index 57b8782..2deaaab 100644 --- a/xt/90pod.t +++ b/xt/90pod.t @@ -2,8 +2,6 @@ use warnings; use strict; use Test::More; - -eval "use Test::Pod 1.14"; -plan skip_all => 'Test::Pod 1.14 required' if $@; +use Test::Pod 1.14; all_pod_files_ok();