inspect: Abstract out db_dump code for listing RPM applications.
[libguestfs.git] / perl / t / 006-pod-coverage.t
index 61e7b96..4c8c4ca 100644 (file)
@@ -23,5 +23,6 @@ eval "use Test::Pod::Coverage 1.00";
 plan skip_all => "Test::Pod::Coverage 1.00 required for testing POD" if $@;
 all_pod_coverage_ok ({
     also_private => [ qr/^test0.*/,
-                      qr/^debug.*/ ]
+                      qr/^debug.*/,
+                      qr/^internal.*/ ]
 });