1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Source: libclass-meta-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 4.0.2), libmodule-build-perl,
Build-Depends-Indep: perl (>= 5.8.0-7), libdata-types-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Krzysztof Krzyzaniak (eloy) <eloy@debian.org>
Standards-Version: 3.7.2
Package: libclass-meta-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libdata-types-perl
Description: Class automation, introspection, and data validation
Class::Meta provides an interface for automating the creation of Perl classes
with attribute data type validation. It differs from other such modules in
that it includes an introspection API that can be used as a unified interface
for all Class::Meta-generated classes. In this sense, it is an implementation
of the "Facade" design pattern.
|