Source: libswitch-perl Maintainer: Debian Perl Group Uploaders: Dominic Hargreaves 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.