libsyntax-keyword-multisub-perl 0.04-2build3 source package in Ubuntu

Changelog

libsyntax-keyword-multisub-perl (0.04-2build3) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- Steve Langasek <email address hidden>  Sun, 31 Mar 2024 19:41:03 +0000

Upload details

Uploaded by:
Steve Langasek
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
libsyntax-keyword-multisub-perl_0.04.orig.tar.gz 18.7 KiB 029a6375efafacdca56bcd40c6f2ca01a3d6c20ae69362fa98517c6ea07a142e
libsyntax-keyword-multisub-perl_0.04-2build3.debian.tar.xz 3.3 KiB 32c0b80273c332b2ff3ea85391b7d8c0115b9ee8058ed7a8b85306a3741b931d
libsyntax-keyword-multisub-perl_0.04-2build3.dsc 2.5 KiB 4e76600bd7af17e82e79e88d36b7f02537c326f7ffc99afb878f236474f1375c

Available diffs

View changes file

Binary packages built by this source

libsyntax-keyword-multisub-perl: multiple subroutine dispatch syntax extension

 Syntax::Keyword::MultiSub provides a new keyword, multi, to put before
 subroutine declarations, which permits multiple distinct function bodies to
 be provided, which take different parameters. A call to a multi sub will
 invoke whichever function body best fits the arguments passed.
 .
 Currently this module can only make dispatching decisions based on the number
 of arguments as compared to the number of signature parameters each body was
 expecting. It requires perl version 5.26 or above, in order to get enough
 support from signatures. Note also enabling this module does not enable the
 signatures feature; you must do that independently.

libsyntax-keyword-multisub-perl-dbgsym: debug symbols for libsyntax-keyword-multisub-perl