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

Changelog

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

  * Import upstream version 0.12.
  * Update years of upstream and packaging copyright.
  * Update test dependencies.

 -- gregor herrmann <email address hidden>  Wed, 21 Jun 2023 22:24:49 +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-1.dsc 2.6 KiB a6bbaf085cd5a314cc2e03b2c8538e8c3d5e67f39b7d98c38f61b03bc63e855d
libsyntax-keyword-match-perl_0.12.orig.tar.gz 28.5 KiB a4abcf83eb97e8e0f0544a7b518e77d9b94997d50f76b543a871acc43a363e3c
libsyntax-keyword-match-perl_0.12-1.debian.tar.xz 1.9 KiB 7e4ed5dbb99032d8384ecd32e14aa418de1bda16e70a8a01b2c33f67db30ef67

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