File: control

package info (click to toggle)
libdispatch-class-perl 0.02-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 112 kB
  • ctags: 8
  • sloc: perl: 111; makefile: 11
file content (26 lines) | stat: -rw-r--r-- 942 bytes parent folder | download | duplicates (2)
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
Source: libdispatch-class-perl
Section: perl
Priority: optional
Build-Depends: cdbs,
 debhelper,
 dh-buildinfo,
 devscripts,
 perl,
 libexporter-tiny-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.9.6
Homepage: https://metacpan.org/pod/Dispatch::Class
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdispatch-class-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdispatch-class-perl.git

Package: libdispatch-class-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
Description: dispatch on the type (class) of an argument
 This 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.