Move generated POD to its own dir
[dbsrgits/DBIx-Class.git] / xt / pod.t
index 92d650e..93cdb3f 100644 (file)
--- a/xt/pod.t
+++ b/xt/pod.t
@@ -13,4 +13,4 @@ unless ( DBIx::Class::Optional::Dependencies->req_ok_for ('test_pod') ) {
     : plan skip_all => "Test needs: $missing"
 }
 
-Test::Pod::all_pod_files_ok();
+Test::Pod::all_pod_files_ok(qw( .generated_pod lib ));