File: control

package info (click to toggle)
libclass-meta-perl 0.65-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 656 kB
  • sloc: perl: 5,886; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,250 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
24
25
Source: libclass-meta-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
 libclass-isa-perl | perl (<< 5.10.1-13), libdata-types-perl,
 libtest-pod-perl (>= 1.41), 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>, Peter Pentchev <roam@ringlet.net>
Standards-Version: 3.9.2
Homepage: http://search.cpan.org/dist/Class-Meta/
Vcs-Git: git://git.debian.org/pkg-perl/packages/libclass-meta-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libclass-meta-perl.git

Package: libclass-meta-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends},
 libclass-isa-perl | perl (<< 5.10.1-13), libdata-types-perl
Description: class automation, introspection, and data validation module
 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.