1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: libclass-factory-util-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jay Bonci <jaybonci@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9),
libmodule-build-perl
Build-Depends-Indep: perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libclass-factory-util-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libclass-factory-util-perl.git
Homepage: https://metacpan.org/release/Class-Factory-Util
Testsuite: autopkgtest-pkg-perl
Package: libclass-factory-util-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends}
Description: utility method for factory classes
When the Class::Factory::Util module is loaded, it creates a method in its
caller named subclasses(). This method returns a list of the available
subclasses for the package.
|