File: control

package info (click to toggle)
libclass-meta-perl 0.62-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 576 kB
  • ctags: 128
  • sloc: perl: 5,890; makefile: 39
file content (23 lines) | stat: -rw-r--r-- 1,145 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
23
Source: libclass-meta-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5), libmodule-build-perl, quilt (>= 0.40)
Build-Depends-Indep: perl (>= 5.8.0-7), libdata-types-perl,
 libtest-pod-perl, libtest-pod-coverage-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Krzysztof Krzyżaniak (eloy) <eloy@debian.org>,
 gregor herrmann <gregoa@debian.org>
Standards-Version: 3.7.3
Homepage: http://search.cpan.org/dist/Class-Meta/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-meta-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-meta-perl/

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.