libsub-install-perl/debian/control

23 lines
840 B
Plaintext

Source: libsub-install-perl
Section: perl
Priority: optional
Maintainer: OpenKylin Developers <packaging@lists.openkylin.top>
Build-Depends: debhelper-compat (=13)
Build-Depends-Indep: libtest-pod-coverage-perl,
libtest-pod-perl,
perl
Testsuite: autopkgtest-pkg-perl
Standards-Version: 3.9.5
Vcs-Browser: https://gitee.com/openkylin/libsub-install-perl
Vcs-Git: https://gitee.com/openkylin/libsub-install-perl.git
Homepage: https://github.com/rjbs/Sub-Install
Package: libsub-install-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends}
Description: module for installing subroutines into packages easily
Sub::Install module makes it easy to install subroutines into packages
without the unsightly mess of no strict or typeglobs lying about where
just anyone can see them.