File: control

package info (click to toggle)
libswitch-perl 2.17-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 172 kB
  • sloc: perl: 443; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 928 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: libswitch-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominic Hargreaves <dom@earth.li>
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libswitch-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libswitch-perl.git
Homepage: https://metacpan.org/release/Switch
Testsuite: autopkgtest-pkg-perl

Package: libswitch-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: switch statement for Perl
 Switch.pm implements a generalized case mechanism that covers many
 possible combinations of switch and case values.
 .
 This is an obsolete module provided for compatibility since it is being
 removed from the core. For perl 5.10 and above the "given/when" builtins
 are much preferred.