libsyntax-keyword-junction-perl 0.003008-2 source package in Ubuntu

Changelog

libsyntax-keyword-junction-perl (0.003008-2) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on libsub-exporter-perl,
      libtest-requires-perl.

 -- Jelmer Vernooij <email address hidden>  Fri, 17 Jun 2022 11:18:13 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libsyntax-keyword-junction-perl_0.003008-2.dsc 2.3 KiB ecd44d0d870a66eba40fd37dff9495b804a52ebf4146ba7f1893de89177a0adc
libsyntax-keyword-junction-perl_0.003008.orig.tar.gz 17.1 KiB 8b4975f21b1992a7e6c2df5dcc92b254c61925595eddcdfaf0b1498717aa95ef
libsyntax-keyword-junction-perl_0.003008-2.debian.tar.xz 2.1 KiB d946a1f8bcbfddaa8d6f9f5ddef2ae8d712b24ee8fb3c8120ba0a68386a327a2

Available diffs

No changes file available.

Binary packages built by this source

libsyntax-keyword-junction-perl: Perl6 style Junction operators in Perl5

 Syntax::Keyword::Junction is a lightweight module which provides 'Junction'
 operators, the most commonly used being "any" and "all".
 .
 Inspired by the Perl6 design docs,
 <http://dev.perl.org/perl6/doc/design/exe/E06.html>.