File: libclass-meta-perl

package info (click to toggle)
libconfig-model-dpkg-perl 3.014
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,200 kB
  • sloc: perl: 8,255; python: 242; makefile: 77; javascript: 16; sh: 1
file content (32 lines) | stat: -rw-r--r-- 1,416 bytes parent folder | download | duplicates (4)
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
26
27
28
29
30
31
32
Source: libclass-meta-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>,
           Nathan Handler <nhandler@ubuntu.com>
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,
                     libtest-pod-coverage-perl
Standards-Version: 4.1.2
Vcs-Browser: https://salsa.debian.org/pkg-perl/modules/packages/libclass-meta-perl.git
Vcs-Git: git://git.debian.org/pkg-perl/packages/libclass-meta-perl.git
Homepage: http://search.cpan.org/dist/Class-Meta/

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.