1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: libclass-std-utils-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Xavier Oswald <xoswald@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9),
libmodule-build-perl
Build-Depends-Indep: perl,
libtest-pod-perl,
libtest-pod-coverage-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libclass-std-utils-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libclass-std-utils-perl.git
Homepage: https://metacpan.org/release/Class-Std-Utils
Package: libclass-std-utils-perl
Architecture: all
Depends: ${perl:Depends},
${misc:Depends}
Description: utility subroutines for building "inside-out" objects
Class::Std::Utils provides three utility subroutines that simplify the
creation of "inside-out" classes. See Chapters 15 and 16 of "Perl Best
Practices" (O'Reilly, 2005) for details.
|