Source: libclass-std-perl Maintainer: Debian Perl Group Uploaders: Damyan Ivanov Section: perl Priority: optional Build-Depends: debhelper (>= 8), libmodule-build-perl Build-Depends-Indep: perl Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libclass-std-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libclass-std-perl.git Testsuite: autopkgtest-pkg-perl Homepage: https://metacpan.org/release/Class-Std Package: libclass-std-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends} Description: module for creating standard "inside-out" classes Class::Std is a Perl module that provides tools to implement the "inside out object" class structure in a convenient and standardized way. This approach, which is also known as flyweight scalars, warehoused attributes and inverted indices, is discussed further in the documentation for this package.