libfuture-asyncawait-perl 0.66-1build3 source package in Ubuntu

Changelog

libfuture-asyncawait-perl (0.66-1build3) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- William Grant <email address hidden>  Mon, 01 Apr 2024 15:54:25 +1100

Upload details

Uploaded by:
William Grant
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
libfuture-asyncawait-perl_0.66.orig.tar.gz 87.8 KiB c6a0f4de462bf324b5baca1775d199ec3246a358c13db9b64acbfcdbe6e5ec21
libfuture-asyncawait-perl_0.66-1build3.debian.tar.xz 4.0 KiB 2007f75b5d663abb4292d8a06236b519ae423822ff6096a3215b39fdb62c7e9e
libfuture-asyncawait-perl_0.66-1build3.dsc 2.5 KiB 3ac9f79a75db2bbe34854a8b37a9defc7015870882090a4a457c697047cd9e2a

Available diffs

View changes file

Binary packages built by this source

libfuture-asyncawait-perl: deferred subroutine syntax for futures

 Future::AsyncAwait provides syntax for deferring and resuming subroutines
 while waiting for Futures to complete. This syntax aims to make code that
 performs asynchronous operations using futures look neater and more
 expressive than simply using then chaining and other techniques on the
 futures themselves. It is also a similar syntax used by a number of other
 languages; notably C# 5, EcmaScript 6, Python 3, and lately even Rust is
 considering adding it.
 .
 The new syntax takes the form of two new keywords, async and await.
 .
 This module is still under active development. While it now seems relatively
 stable enough for most use-cases and has received a lot of testing in a wide
 variety of scenarios, there may still be the occasional case of memory leak
 left in it, especially if still-pending futures are abandoned.

libfuture-asyncawait-perl-dbgsym: debug symbols for libfuture-asyncawait-perl