libsyntax-keyword-gather-perl 1.003002-2 source package in Ubuntu

Changelog

libsyntax-keyword-gather-perl (1.003002-2) unstable; urgency=medium

  [ gregor herrmann ]
  * debian/*: update GitHub URLs to use HTTPS.
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.1.5, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Sun, 04 Dec 2022 23:25:41 +0000

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libsyntax-keyword-gather-perl_1.003002-2.dsc 2.3 KiB 01f51453410d9c0f784cf743bcfc74b21ac2a5289922221e6ce375b9c527dc1d
libsyntax-keyword-gather-perl_1.003002.orig.tar.gz 13.9 KiB 8bd62205e1645c0915d28340801f245e4551b4f580f5e2735a39fc426c066207
libsyntax-keyword-gather-perl_1.003002-2.debian.tar.xz 2.4 KiB d2da754b03606f434c7e4fbe1f55ead1ebddf1dbf62723367bb0df6b3e4b6f54

Available diffs

No changes file available.

Binary packages built by this source

libsyntax-keyword-gather-perl: syntax extension for the "gather" keyword

 Syntax::Keyword::Gather is a Perl syntax extension (see libsyntax-perl)
 that provides the "gather" control structure, which was inspired by Perl 6.
 It allows lists to be constructed procedurally, without the need for a
 temporary variable, by managing an implicit array within a closure.