File: control

package info (click to toggle)
libdispatch-class-perl 0.02-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 100 kB
  • sloc: perl: 111; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 992 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
Source: libdispatch-class-perl
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
 perl,
 libexporter-tiny-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.7.2
Homepage: https://metacpan.org/pod/Dispatch::Class
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdispatch-class-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdispatch-class-perl
Testsuite: autopkgtest-pkg-perl

Package: libdispatch-class-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libexporter-tiny-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.