Source: libclass-loader-perl Maintainer: Debian Perl Group Uploaders: Niko Tyni 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.