File: control

package info (click to toggle)
libclass-loader-perl 2.03-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 92 kB
  • sloc: perl: 185; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 959 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: libclass-loader-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Niko Tyni <ntyni@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: perl
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libclass-loader-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libclass-loader-perl.git
Homepage: https://metacpan.org/release/Class-Loader

Package: libclass-loader-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends}
Description: module to load modules and create objects on command
 Class::Loader is a Perl module that provides an inheritable class useful for
 loading a module and automatically constructing an object. Loading this way
 is beneficial in situations where many modules are available, and one must be
 appropriately selected at compile time.