Source: libpod-coverage-perl
Section: perl
Priority: optional
Maintainer: OpenKylin Developers  <packaging@list.openkylin.top>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libdevel-symdump-perl <!nocheck>,
                     libpod-parser-perl <!nocheck>,
                     libtest-pod-perl <!nocheck>,
                     perl
Standards-Version: 4.5.0
Vcs-Browser: https://gitee.com/openkylin/libpod-coverage-perl
Vcs-Git: https://gitee.com/openkylin/libpod-coverage-perl.git
Homepage: https://metacpan.org/release/Pod-Coverage
Rules-Requires-Root: no


Package: libpod-coverage-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libdevel-symdump-perl,
         libpod-parser-perl
Description: checker for comprehensiveness of perl module documentation
 POD::Coverage provides a mechanism for determining if the pod for a given
 module is comprehensive. It checks on a function by function basis and is
 useful for finding holes in module documentation.

