Source: libpackage-pkg-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libclass-load-perl, libclone-perl, libmouse-perl, libsub-install-perl, libtest-most-perl, libtry-tiny-perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu Standards-Version: 3.9.3 Homepage: http://search.cpan.org/dist/Package-Pkg/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libpackage-pkg-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpackage-pkg-perl.git Package: libpackage-pkg-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libclass-load-perl, libclone-perl, libmouse-perl, libsub-install-perl, libtry-tiny-perl Description: collection of package manipulation utilities Package::Pkg is a Perl module that provides several utility functions useful for manipulating packages and their subroutines. You can install arbitrary code references as functions in a given namespace, alias functions from one package to another, and set up an exporter. . In many respects, this package provides functionality similar to Sub::Install (see libsub-install-perl) and Sub::Exporter (see libsub-exporter-perl).