mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
perl: Ignore debug functions in Test::Pod::Coverage.
This commit is contained in:
@@ -21,4 +21,7 @@ use warnings;
|
||||
|
||||
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.*/ ]});
|
||||
all_pod_coverage_ok ({
|
||||
also_private => [ qr/^test0.*/,
|
||||
qr/^debug.*/ ]
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user