1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
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 <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>
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).
|