liblist-maker-perl 0.005-3 source package in Ubuntu

Changelog

liblist-maker-perl (0.005-3) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * 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 ]
  * Bump debhelper from deprecated 8 to 12.
  * Set debhelper-compat version in Build-Depends.

 -- Jelmer Vernooij <email address hidden>  Wed, 15 Jun 2022 15:34:43 +0100

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
liblist-maker-perl_0.005-3.dsc 2.1 KiB f891053ec4500a2cf0a8af65d7fdea31a9124227a2a513bc7a51a6b90f9e3af2
liblist-maker-perl_0.005.orig.tar.gz 14.2 KiB 8684a6c1e10b64928008bb705f7072c4aa9ef2833b7bc1d5af11e21a6db89cbe
liblist-maker-perl_0.005-3.debian.tar.xz 2.2 KiB 718faab402a03e57798d2a8c705c4f5a448398694391774ace39c2fca4bd2135

Available diffs

No changes file available.

Binary packages built by this source

liblist-maker-perl: Perl module to generate more sophisticated lists than just $a..$b

 The List::Maker module hijacks Perl's built-in file globbing syntax (< *.pl >
 and glob '*.pl') and retargets it at list creation.
 .
 The rationale is simple: most people rarely if ever glob a set of files, but
 they have to create lists in almost every program they write. So the list
 construction syntax should be easier than the filename expansion syntax.
 .
 Alternatively, you can load the module with an explicit name, and it creates
 a subroutine of that name that builds the same kinds of lists for you
 (leaving the globbing mechanism unaltered).