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

Changelog

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

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Wed, 10 Jan 2024 14:10:40 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

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-2build1.debian.tar.xz 3.2 KiB 5ab14739d20c13cd564077b671a72f6a1673de820be3e9201310c30494603f95
libsyntax-keyword-multisub-perl_0.04-2build1.dsc 2.3 KiB 12845df4df09708486e51205ee91d5366f8b47edaae3cbda7a5885fa0abb363a

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