libsyntax-keyword-match-perl 0.12-2 source package in Ubuntu

Changelog

libsyntax-keyword-match-perl (0.12-2) unstable; urgency=medium

  * Drop build dependency on libfuture-asyncawait-perl (and libfuture-
    perl) to break a dependency cycle.
    Thanks to Niko Tyni for the bug report. (Closes: #1040220)

 -- gregor herrmann <email address hidden>  Mon, 03 Jul 2023 18:23:15 +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

Downloads

File Size SHA-256 Checksum
libsyntax-keyword-match-perl_0.12-2.dsc 2.5 KiB e7395f104e0c2d8990884073290799cf6aa015f1dbfbb64eda2617c0e58c07f9
libsyntax-keyword-match-perl_0.12.orig.tar.gz 28.5 KiB a4abcf83eb97e8e0f0544a7b518e77d9b94997d50f76b543a871acc43a363e3c
libsyntax-keyword-match-perl_0.12-2.debian.tar.xz 2.0 KiB ef4d767a6b23171ee08d7b631e440671d4e7d83fa36b06a670a76f5fd7ef7293

Available diffs

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