mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
perl: Ignore internal_* functions in POD coverage test.
This updates commit 1d999540bd.
This commit is contained in:
@@ -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.*/ ]
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user