libscalar-defer-perl 0.23-3 source package in Ubuntu

Changelog

libscalar-defer-perl (0.23-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.

  [ gregor herrmann ]
  * debian/copyright: replace tabs with spaces / remove trailing
    whitespace.
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.

 -- Jelmer Vernooij <email address hidden>  Mon, 12 Dec 2022 20:50:43 +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
libscalar-defer-perl_0.23-3.dsc 2.2 KiB 556729333a72f42e63804625b5378c5515aa233dcd98cb67b9e6610b14043613
libscalar-defer-perl_0.23.orig.tar.gz 45.6 KiB cd53c65ebe9a53bf48621912252d105c3d1133038ea51390942d11ccd3babe3c
libscalar-defer-perl_0.23-3.debian.tar.xz 3.9 KiB 20ca68256a255970ffb6c848a03bb52932bdb23813e723c41a95b47e8b1948b5

Available diffs

No changes file available.

Binary packages built by this source

libscalar-defer-perl: module providing lazy evaluation for Perl

 Scalar::Defer is a Perl module that exports two functions, defer and lazy,
 which can be used to construct values that are evaluated as needed. It also
 provides a function to force immediate evaluation of a deferred value.