File: control

package info (click to toggle)
libdispatch-class-perl 0.04-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 140 kB
  • sloc: perl: 115; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,092 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
26
27
28
29
30
31
Source: libdispatch-class-perl
Standards-Version: 4.7.2
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Jonas Smedegaard <dr@jones.dk>,
Section: perl
Testsuite: autopkgtest-pkg-perl
Build-Depends:
 debhelper-compat (= 13),
 libexporter-tiny-perl <!nocheck>,
 libscalar-list-utils-perl <!nocheck>,
 libtest-simple-perl <!nocheck>,
 perl,
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdispatch-class-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdispatch-class-perl.git
Homepage: https://metacpan.org/pod/Dispatch::Class

Package: libdispatch-class-perl
Architecture: all
Depends:
 ${misc:Depends},
 ${perl:Depends},
 libexporter-tiny-perl,
 libscalar-list-utils-perl,
Description: module to dispatch on the type (class) of an argument
 The Dispatch::Class module offers a simple way to check the class of an
 object and handle specific cases specifically.
 .
 In other words this module provides a way to do specific tasks at run
 time depending on type of object passed, similar to run time
 polymorphism.