libsyntax-keyword-match-perl 0.14-1 source package in Ubuntu

Changelog

libsyntax-keyword-match-perl (0.14-1) unstable; urgency=medium

  * Import upstream version 0.14.
  * Update years of upstream and packaging copyright.
  * Declare compliance with Debian Policy 4.7.0.

 -- gregor herrmann <email address hidden>  Thu, 09 May 2024 00:11:32 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
libsyntax-keyword-match-perl_0.14-1.dsc 2.5 KiB 2d80321f78467321585c875dc3a56665f05db6fa47ac1c4a97f3efc2ecfb31d3
libsyntax-keyword-match-perl_0.14.orig.tar.gz 33.9 KiB f9b4d389024e274d6b9b1369e87971694414d93ef8411527d7c68649919751f2
libsyntax-keyword-match-perl_0.14-1.debian.tar.xz 2.1 KiB afe744ae8ffe469b095b93860014402c5bbbacba59e07b2f3d742973b77f858e

No changes file available.

Binary packages built by this source

libsyntax-keyword-match-perl: match/case syntax plugin for perl

 Syntax::Keyword::Match provides a syntax plugin that implements a
 control-flow block called match/case, which executes at most one of a choice
 of different blocks depending on the value of its controlling expression.
 .
 This is similar to C's switch/case syntax (copied into many other languages),
 or syntax provided by Switch::Plain.
 .
 This is an initial, experimental implementation. Furthermore, it is built as
 a non-trivial example use-case on top of XS::Parse::Keyword, which is also
 experimental. No API or compatibility guarantees are made at this time.

libsyntax-keyword-match-perl-dbgsym: debug symbols for libsyntax-keyword-match-perl