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

Changelog

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

  * Remove generated file via debian/clean. (Closes: #1048117)

 -- gregor herrmann <email address hidden>  Mon, 14 Aug 2023 01:41:08 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
libsyntax-keyword-multisub-perl_0.04-2.dsc 2.6 KiB 01f5f3099b601c25f17a99a6f0e056ee9c4af36d7b1c4e75f9b55675175f7643
libsyntax-keyword-multisub-perl_0.04.orig.tar.gz 18.7 KiB 029a6375efafacdca56bcd40c6f2ca01a3d6c20ae69362fa98517c6ea07a142e
libsyntax-keyword-multisub-perl_0.04-2.debian.tar.xz 3.1 KiB 56c04e807ebf8bf4a2274f52c1d9da9f0fa316f9a2c68ea43f7ea2071f31821e

Available diffs

No changes file available.

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